NetBSD/sys/arch/usermode/include/param.h

26 lines
529 B
C

/* $NetBSD: param.h,v 1.11 2012/02/05 17:40:08 reinoud Exp $ */
/*
* Automatically generated by genheaders.sh on Sun Feb 5 18:39:34 CET 2012
* Do not modify directly!
*/
#ifndef _USERMODE_PARAM_H
#define _USERMODE_PARAM_H
#if defined(__i386__)
#include "../../i386/include/param.h"
#elif defined(__x86_64__)
#include "../../amd64/include/param.h"
#else
#error port me
#endif
#undef UPAGES
#define UPAGES 12
#undef USPACE
#define USPACE (PAGE_SIZE*UPAGES)
#undef NKMEMPAGES_MAX_UNLIMITED
#include "opt_kmempages.h"
#endif