2013-04-06 16:48:33 +02: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>