Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory usw-pr-cvs1:/tmp/cvs-serv7433/include/asm-vax
Modified Files:
processor.h
Log Message:
Merge with Linux 2.5.1.
Index: processor.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/processor.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- processor.h 20 May 2002 00:33:39 -0000 1.3
+++ processor.h 31 May 2002 01:58:39 -0000 1.4
@@ -53,22 +53,6 @@
/* At present only the pcb is here. */
#define INIT_THREAD { INIT_PCB }
-/* FIXME: tune this to the VAX memory map */
-
-/* This was what Andy had. I don't understand this stuff yet,
- * but I'm going to replace it with something similar to the
- * i386 version, just to get stuff to compile. We'll fix
- * it later. KPH 2000-04-25
- *
- * #define INIT_MMAP { &init_mm, PAGE_OFFSET, PAGE_OFFSET+0x10000000, \
- * PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, NULL, &init_mm.mmap }
-*/
-#define INIT_MMAP { &init_mm, PAGE_OFFSET, PAGE_OFFSET+0x10000000, NULL, \
- PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, NULL, NULL }
-/*#define INIT_MMAP { &init_mm, 0, 0x10000000, NULL, \
- PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, NULL, NULL }*/
-
-
#include <asm/ptrace.h>
/* go with the flow here. Everyone else defines
|