xref: /netbsd/sys/arch/ofppc/include/vmparam.h (revision 13dfb724)
1*13dfb724Smatt /*	$NetBSD: vmparam.h,v 1.23 2011/06/20 08:01:14 matt Exp $	*/
25804d3f6Sws 
3276f1a3cSgarbled /*
4276f1a3cSgarbled  * These are based on the segments that are least commonly used, and when
5276f1a3cSgarbled  * used, they are less often used as primary PCI's, or PCI's with video or
6276f1a3cSgarbled  * AGP.  There is no unused value for these, as every different machine
7276f1a3cSgarbled  * uses all, or some of the segments after 0x8.
8276f1a3cSgarbled  */
9276f1a3cSgarbled 
10*13dfb724Smatt #if !defined(_MODULE)
11276f1a3cSgarbled #define KERNEL_SR	0xa
12276f1a3cSgarbled #define KERNEL2_SR	0xb
13*13dfb724Smatt #define USER_SR		0xe
14*13dfb724Smatt #endif
15276f1a3cSgarbled 
16*13dfb724Smatt #include <powerpc/vmparam.h>
17