PERFORCE change 132123 for review

Warner Losh imp at FreeBSD.org
Sun Dec 30 12:42:58 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=132123

Change 132123 by imp at imp_paco-paco on 2007/12/30 20:42:20

	The Juniper port defines KERNBASE in parma.h, not in vmparam.h.
	cope for the moment.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/vmparam.h#4 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/vmparam.h#4 (text+ko) ====

@@ -182,10 +182,8 @@
 #define VM_MAX_ADDRESS		((vm_offset_t)0x0000000100000000)
 #define VM_MIN_KERNEL_ADDRESS	((vm_offset_t)MIPS_KSEG3_START)
 #define VM_MAX_KERNEL_ADDRESS	((vm_offset_t)MIPS_KSEG3_END)
-#endif
 #define	KERNBASE		(VM_MIN_KERNEL_ADDRESS)
 
-#if 0
 /* virtual sizes (bytes) for various kernel submaps */
 #define	VM_KMEM_SIZE		(16*1024*1024)		/* XXX ??? */
 #endif


More information about the p4-projects mailing list