From: James S. <jsi...@us...> - 2002-02-26 17:34:25
|
Update of /cvsroot/linux-mips/linux/include/asm-mips64 In directory usw-pr-cvs1:/tmp/cvs-serv23204/include/asm-mips64 Modified Files: pgtable.h processor.h Log Message: Most of it was a collection of fixes and cleanups for mips64 and SMP stuff Index: pgtable.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips64/pgtable.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- pgtable.h 19 Feb 2002 17:27:39 -0000 1.11 +++ pgtable.h 26 Feb 2002 17:34:15 -0000 1.12 @@ -137,7 +137,7 @@ #define VMALLOC_START XKSEG #define VMALLOC_VMADDR(x) ((unsigned long)(x)) #define VMALLOC_END \ - (VMALLOC_START + ((1 << KPTBL_PAGE_ORDER) * PTRS_PER_PTE * PAGE_SIZE)) + (VMALLOC_START + ((1 << KPTBL_PAGE_ORDER) * PTRS_PER_PTE * PAGE_SIZE)) /* Note that we shift the lower 32bits of each EntryLo[01] entry * 6 bits to the left. That way we can convert the PFN into the Index: processor.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips64/processor.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- processor.h 2 Dec 2001 19:05:32 -0000 1.8 +++ processor.h 26 Feb 2002 17:34:15 -0000 1.9 @@ -134,7 +134,7 @@ * is limited to 1TB by the R4000 architecture; R10000 and better can * support 16TB. */ -#define TASK_SIZE32 0x80000000UL +#define TASK_SIZE32 0x7fff8000UL #define TASK_SIZE 0x10000000000UL /* This decides where the kernel will search for a free chunk of vm |