summaryrefslogtreecommitdiff
path: root/sys/arch/ofppc/include/vmparam.h
blob: 77d6e4d1680265a13f8381317017f327422ac199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*	$NetBSD: vmparam.h,v 1.22 2007/11/14 18:34:12 garbled 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.
 */

#define USER_SR		0xe
#define KERNEL_SR	0xa
#define KERNEL2_SR	0xb

#include <powerpc/oea/vmparam.h>