diff options
author | Chris Wright <chrisw@sous-sol.org> | 2007-07-21 11:10:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 21:37:08 -0400 |
commit | 55f93afd89fe6b9b9e12cfb2d3eb1a68e21f529e (patch) | |
tree | a18fb273a4a0eae43aecaad477d47e602e1a1087 /include/asm-x86_64 | |
parent | bef9f9de32ec201ea5372caf2c76e7c71f80ee35 (diff) |
x86_64: Untangle asm/hpet.h from asm/timex.h
When making changes to x86_64 timers, I noticed that touching hpet.h triggered
an unreasonably large rebuild. Untangling it from timex.h quiets the extra
rebuild quite a bit.
Cc: john stultz <johnstul@us.ibm.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r-- | include/asm-x86_64/apic.h | 2 | ||||
-rw-r--r-- | include/asm-x86_64/hpet.h | 1 | ||||
-rw-r--r-- | include/asm-x86_64/timex.h | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-x86_64/apic.h b/include/asm-x86_64/apic.h index 45e9fca1febc..4c2d84dd4f2b 100644 --- a/include/asm-x86_64/apic.h +++ b/include/asm-x86_64/apic.h | |||
@@ -86,6 +86,8 @@ extern void setup_apic_routing(void); | |||
86 | extern void setup_APIC_extened_lvt(unsigned char lvt_off, unsigned char vector, | 86 | extern void setup_APIC_extened_lvt(unsigned char lvt_off, unsigned char vector, |
87 | unsigned char msg_type, unsigned char mask); | 87 | unsigned char msg_type, unsigned char mask); |
88 | 88 | ||
89 | extern int apic_is_clustered_box(void); | ||
90 | |||
89 | #define K8_APIC_EXT_LVT_BASE 0x500 | 91 | #define K8_APIC_EXT_LVT_BASE 0x500 |
90 | #define K8_APIC_EXT_INT_MSG_FIX 0x0 | 92 | #define K8_APIC_EXT_INT_MSG_FIX 0x0 |
91 | #define K8_APIC_EXT_INT_MSG_SMI 0x2 | 93 | #define K8_APIC_EXT_INT_MSG_SMI 0x2 |
diff --git a/include/asm-x86_64/hpet.h b/include/asm-x86_64/hpet.h index 59a66f084611..71ccdd11d7f0 100644 --- a/include/asm-x86_64/hpet.h +++ b/include/asm-x86_64/hpet.h | |||
@@ -55,7 +55,6 @@ | |||
55 | 55 | ||
56 | extern int is_hpet_enabled(void); | 56 | extern int is_hpet_enabled(void); |
57 | extern int hpet_rtc_timer_init(void); | 57 | extern int hpet_rtc_timer_init(void); |
58 | extern int apic_is_clustered_box(void); | ||
59 | extern int hpet_arch_init(void); | 58 | extern int hpet_arch_init(void); |
60 | extern int hpet_timer_stop_set_go(unsigned long tick); | 59 | extern int hpet_timer_stop_set_go(unsigned long tick); |
61 | extern int hpet_reenable(void); | 60 | extern int hpet_reenable(void); |
diff --git a/include/asm-x86_64/timex.h b/include/asm-x86_64/timex.h index f6527e1b6c1c..6ed21f44d308 100644 --- a/include/asm-x86_64/timex.h +++ b/include/asm-x86_64/timex.h | |||
@@ -9,7 +9,6 @@ | |||
9 | #include <asm/8253pit.h> | 9 | #include <asm/8253pit.h> |
10 | #include <asm/msr.h> | 10 | #include <asm/msr.h> |
11 | #include <asm/vsyscall.h> | 11 | #include <asm/vsyscall.h> |
12 | #include <asm/hpet.h> | ||
13 | #include <asm/system.h> | 12 | #include <asm/system.h> |
14 | #include <asm/processor.h> | 13 | #include <asm/processor.h> |
15 | #include <asm/tsc.h> | 14 | #include <asm/tsc.h> |