xref: /netbsd-src/sys/arch/ofppc/include/vmparam.h (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1 /*	$NetBSD: vmparam.h,v 1.23 2011/06/20 08:01:14 matt Exp $	*/
2 
3 /*
4  * These are based on the segments that are least commonly used, and when
5  * used, they are less often used as primary PCI's, or PCI's with video or
6  * AGP.  There is no unused value for these, as every different machine
7  * uses all, or some of the segments after 0x8.
8  */
9 
10 #if !defined(_MODULE)
11 #define KERNEL_SR	0xa
12 #define KERNEL2_SR	0xb
13 #define USER_SR		0xe
14 #endif
15 
16 #include <powerpc/vmparam.h>
17