xref: /netbsd-src/sys/arch/usermode/include/param.h (revision ba65fde2d7fefa7d39838fa5fa855e62bd606b5e)
1 /* $NetBSD: param.h,v 1.11 2012/02/05 17:40:08 reinoud Exp $ */
2 
3 /*
4  * Automatically generated by genheaders.sh on Sun Feb  5 18:39:34 CET 2012
5  * Do not modify directly!
6  */
7 #ifndef _USERMODE_PARAM_H
8 #define _USERMODE_PARAM_H
9 
10 #if defined(__i386__)
11 #include "../../i386/include/param.h"
12 #elif defined(__x86_64__)
13 #include "../../amd64/include/param.h"
14 #else
15 #error port me
16 #endif
17 #undef UPAGES
18 #define UPAGES 12
19 #undef USPACE
20 #define USPACE (PAGE_SIZE*UPAGES)
21 
22 #undef NKMEMPAGES_MAX_UNLIMITED
23 #include "opt_kmempages.h"
24 
25 #endif
26