diff options
author | Andi Kleen <ak@suse.de> | 2006-03-25 16:31:58 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-25 09:14:39 -0800 |
commit | f271a6f557497830f3995138b0c78d8634b33863 (patch) | |
tree | 32d2fdb8f4e95c7414bdf8a2aa339daecabe14c8 | |
parent | 3076a492a5e8dd624f237886646b35d12193502d (diff) |
[PATCH] x86_64: Removed duplicated declaration of force_iommu
Noticed by Andrew Morton.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | include/asm-x86_64/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index 977fe58e971..8abf2a43c94 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h @@ -127,7 +127,6 @@ extern int fix_aperture; #define iommu_aperture 0 #define iommu_aperture_allowed 0 #endif -extern int force_iommu; extern int reboot_force; extern int notsc_setup(char *); |