Merge remote-tracking branch 'upstream/master' into kvm-devel
[linux-2.6/kvm.git] / arch / um / sys-i386 / asm / archparam.h
blob2a18a884ca1bcf903849b97457bf01bbe351bd61
1 /*
2 * Copyright (C) 2000 - 2003 Jeff Dike (jdike@addtoit.com)
3 * Licensed under the GPL
4 */
6 #ifndef __UM_ARCHPARAM_I386_H
7 #define __UM_ARCHPARAM_I386_H
9 #ifdef CONFIG_X86_PAE
10 #define LAST_PKMAP 512
11 #else
12 #define LAST_PKMAP 1024
13 #endif
15 #endif