![]() |
|
|||
0001 /* 0002 * Copyright (C) 2000 - 2003 Jeff Dike (jdike@addtoit.com) 0003 * Copyright 2003 PathScale, Inc. 0004 * Licensed under the GPL 0005 */ 0006 0007 #ifndef __UM_ARCHPARAM_H 0008 #define __UM_ARCHPARAM_H 0009 0010 #ifdef CONFIG_X86_32 0011 0012 #ifdef CONFIG_X86_PAE 0013 #define LAST_PKMAP 512 0014 #else 0015 #define LAST_PKMAP 1024 0016 #endif 0017 0018 #endif 0019 0020 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |