Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2007 20:42:57 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132123 for review
Message-ID:  <200712302042.lBUKgv5Y055000@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132123

Change 132123 by imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712302042.lBUKgv5Y055000>