* [2.6 patch] x86-64: fix double definition of force_iommu
@ 2006-03-13 22:01 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-03-13 22:01 UTC (permalink / raw)
To: Andrew Morton; +Cc: ak, discuss, linux-kernel, Jon Mason
From: Jon Mason <jdmason@us.ibm.com>
This fixes a double definition of force_iommu, and moves no_iommu to be
with the rest of the IOMMU variables.
Signed-off-by: Jon Mason <jdmason@us.ibm.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was sent by Jon Mason on:
- 28 Feb 2006
--- a/include/asm-x86_64/proto.h Tue Feb 28 22:02:10 2006
+++ b/include/asm-x86_64/proto.h Tue Feb 28 18:40:04 2006
@@ -109,7 +109,6 @@
extern unsigned long table_start, table_end;
extern int exception_trace;
-extern int force_iommu, no_iommu;
extern int using_apic_timer;
extern int disable_apic;
extern unsigned cpu_khz;
@@ -130,6 +129,7 @@
#define iommu_aperture_allowed 0
#endif
extern int force_iommu;
+extern int no_iommu;
extern int reboot_force;
extern int notsc_setup(char *);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-13 22:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-13 22:01 [2.6 patch] x86-64: fix double definition of force_iommu Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®