diff options
author | Andi Kleen <ak@suse.de> | 2006-03-25 10:31:58 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-25 12:14:39 -0500 |
commit | f271a6f557497830f3995138b0c78d8634b33863 (patch) | |
tree | 32d2fdb8f4e95c7414bdf8a2aa339daecabe14c8 /include/asm-x86_64/proto.h | |
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>
Diffstat (limited to 'include/asm-x86_64/proto.h')
-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 977fe58e971c..8abf2a43c944 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h | |||
@@ -127,7 +127,6 @@ extern int fix_aperture; | |||
127 | #define iommu_aperture 0 | 127 | #define iommu_aperture 0 |
128 | #define iommu_aperture_allowed 0 | 128 | #define iommu_aperture_allowed 0 |
129 | #endif | 129 | #endif |
130 | extern int force_iommu; | ||
131 | 130 | ||
132 | extern int reboot_force; | 131 | extern int reboot_force; |
133 | extern int notsc_setup(char *); | 132 | extern int notsc_setup(char *); |