diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2008-06-17 14:41:54 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-20 09:09:51 -0400 |
commit | 7c7e6e07e2a7c0d2d96389f4f0540e44a80ecdaa (patch) | |
tree | 5d139f94cae6c1d0ff829c5e9eafd8ee96582712 /include/asm-x86/fixmap.h | |
parent | 944256e00a5466ae6b7a11fdb3a47d092f2f62c1 (diff) |
x86: unify __set_fixmap
In both cases, I went with the 32-bit behaviour.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/fixmap.h')
-rw-r--r-- | include/asm-x86/fixmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/fixmap.h b/include/asm-x86/fixmap.h index 01b0f98f9929..934d6b49b530 100644 --- a/include/asm-x86/fixmap.h +++ b/include/asm-x86/fixmap.h | |||
@@ -7,6 +7,8 @@ | |||
7 | # include "fixmap_64.h" | 7 | # include "fixmap_64.h" |
8 | #endif | 8 | #endif |
9 | 9 | ||
10 | extern int fixmaps_set; | ||
11 | |||
10 | extern void __set_fixmap(enum fixed_addresses idx, | 12 | extern void __set_fixmap(enum fixed_addresses idx, |
11 | unsigned long phys, pgprot_t flags); | 13 | unsigned long phys, pgprot_t flags); |
12 | #define set_fixmap(idx, phys) \ | 14 | #define set_fixmap(idx, phys) \ |