Home | History | Annotate | Line # | Download | only in include
vmparam.h revision 1.22.50.1
      1  1.22.50.1   cherry /*	$NetBSD: vmparam.h,v 1.22.50.1 2011/06/23 14:19:26 cherry Exp $	*/
      2       1.22  garbled 
      3       1.22  garbled /*
      4       1.22  garbled  * These are based on the segments that are least commonly used, and when
      5       1.22  garbled  * used, they are less often used as primary PCI's, or PCI's with video or
      6       1.22  garbled  * AGP.  There is no unused value for these, as every different machine
      7       1.22  garbled  * uses all, or some of the segments after 0x8.
      8       1.22  garbled  */
      9       1.22  garbled 
     10  1.22.50.1   cherry #if !defined(_MODULE)
     11       1.22  garbled #define KERNEL_SR	0xa
     12       1.22  garbled #define KERNEL2_SR	0xb
     13  1.22.50.1   cherry #define USER_SR		0xe
     14  1.22.50.1   cherry #endif
     15        1.1       ws 
     16  1.22.50.1   cherry #include <powerpc/vmparam.h>
     17