NetBSD/sys/arch/ofppc/include/vmparam.h
matt a4d141ba75 Don't export USER_SR if _MODULE is defined.
Add a common <powerpc/vmparam.h> like we have for <powerpc/pmap.h>
2011-06-20 08:01:13 +00:00

17 lines
466 B
C

/* $NetBSD: vmparam.h,v 1.23 2011/06/20 08:01:14 matt Exp $ */
/*
* These are based on the segments that are least commonly used, and when
* used, they are less often used as primary PCI's, or PCI's with video or
* AGP. There is no unused value for these, as every different machine
* uses all, or some of the segments after 0x8.
*/
#if !defined(_MODULE)
#define KERNEL_SR 0xa
#define KERNEL2_SR 0xb
#define USER_SR 0xe
#endif
#include <powerpc/vmparam.h>