blob: c17cf68dda0f193c95c6407184d0f53898ab4691 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Copyright (C) 2000 - 2003 Jeff Dike (jdike@addtoit.com)
Al Viro27f85f12011-08-18 20:02:59 +01003 * Copyright 2003 PathScale, Inc.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 * Licensed under the GPL
5 */
6
Al Viro27f85f12011-08-18 20:02:59 +01007#ifndef __UM_ARCHPARAM_H
8#define __UM_ARCHPARAM_H
9
10#ifdef CONFIG_X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
Al Virofe1cd982008-08-18 04:15:12 -040012#ifdef CONFIG_X86_PAE
13#define LAST_PKMAP 512
14#else
15#define LAST_PKMAP 1024
16#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
18#endif
19
Al Viro27f85f12011-08-18 20:02:59 +010020#endif