|
@@ -135,14 +135,6 @@ static inline void apbt_clear_mapping(void)
|
|
apbt_virt_address = NULL;
|
|
apbt_virt_address = NULL;
|
|
}
|
|
}
|
|
|
|
|
|
-/*
|
|
|
|
- * APBT timer interrupt enable / disable
|
|
|
|
- */
|
|
|
|
-static inline int is_apbt_capable(void)
|
|
|
|
-{
|
|
|
|
- return apbt_virt_address ? 1 : 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
static int __init apbt_clockevent_register(void)
|
|
static int __init apbt_clockevent_register(void)
|
|
{
|
|
{
|
|
struct sfi_timer_table_entry *mtmr;
|
|
struct sfi_timer_table_entry *mtmr;
|