blob: 3085c1e1f988755753c44a2d3fbda02071381b51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* $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>
|