GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / um / sys-i386 / asm / archparam.h
blob92cc396748723b8c1add6e53b079195e7fcc9bd5
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