summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/proto.h
diff options
context:
space:
mode:
authorAndi Kleen2006-02-16 23:42:07 +0100
committerLinus Torvalds2006-02-17 17:00:40 +0100
commit7fd67843b96f90f59c9a244a1bc25137978a3ff9 (patch)
tree600a7951745cc67f36075e5d60c30bd5ea842112 /include/asm-x86_64/proto.h
parent[PATCH] x86_64: Don't enable ATI apicmaintimer workaround when the machine ha... (diff)
downloadkernel-qcow2-linux-7fd67843b96f90f59c9a244a1bc25137978a3ff9.tar.gz
kernel-qcow2-linux-7fd67843b96f90f59c9a244a1bc25137978a3ff9.tar.xz
kernel-qcow2-linux-7fd67843b96f90f59c9a244a1bc25137978a3ff9.zip
[PATCH] x86_64: Disable tsc when apicpmtimer is active
Otherwise it has no effect anyways. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h
index c99832e7bf3f..eca3f2d633db 100644
--- a/include/asm-x86_64/proto.h
+++ b/include/asm-x86_64/proto.h
@@ -133,6 +133,7 @@ extern int fix_aperture;
extern int force_iommu;
extern int reboot_force;
+extern int notsc_setup(char *);
extern void smp_local_timer_interrupt(struct pt_regs * regs);