diff options
| -rw-r--r-- | arch/x86/kernel/apb_timer.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/kernel/apb_timer.c b/arch/x86/kernel/apb_timer.c index b708738d016e..6a7c23ff21d3 100644 --- a/arch/x86/kernel/apb_timer.c +++ b/arch/x86/kernel/apb_timer.c | |||
| @@ -135,14 +135,6 @@ static inline void apbt_clear_mapping(void) | |||
| 135 | apbt_virt_address = NULL; | 135 | apbt_virt_address = NULL; |
| 136 | } | 136 | } |
| 137 | 137 | ||
| 138 | /* | ||
| 139 | * APBT timer interrupt enable / disable | ||
| 140 | */ | ||
| 141 | static inline int is_apbt_capable(void) | ||
| 142 | { | ||
| 143 | return apbt_virt_address ? 1 : 0; | ||
| 144 | } | ||
| 145 | |||
| 146 | static int __init apbt_clockevent_register(void) | 138 | static int __init apbt_clockevent_register(void) |
| 147 | { | 139 | { |
| 148 | struct sfi_timer_table_entry *mtmr; | 140 | struct sfi_timer_table_entry *mtmr; |
