diff options
Diffstat (limited to 'arch/ia64/include')
| -rw-r--r-- | arch/ia64/include/asm/hardirq.h | 11 | ||||
| -rw-r--r-- | arch/ia64/include/asm/system.h | 4 |
2 files changed, 5 insertions, 10 deletions
diff --git a/arch/ia64/include/asm/hardirq.h b/arch/ia64/include/asm/hardirq.h index d514cd9edb49..8fb7d33a661f 100644 --- a/arch/ia64/include/asm/hardirq.h +++ b/arch/ia64/include/asm/hardirq.h | |||
| @@ -6,12 +6,6 @@ | |||
| 6 | * David Mosberger-Tang <davidm@hpl.hp.com> | 6 | * David Mosberger-Tang <davidm@hpl.hp.com> |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | |||
| 10 | #include <linux/threads.h> | ||
| 11 | #include <linux/irq.h> | ||
| 12 | |||
| 13 | #include <asm/processor.h> | ||
| 14 | |||
| 15 | /* | 9 | /* |
| 16 | * No irq_cpustat_t for IA-64. The data is held in the per-CPU data structure. | 10 | * No irq_cpustat_t for IA-64. The data is held in the per-CPU data structure. |
| 17 | */ | 11 | */ |
| @@ -20,6 +14,11 @@ | |||
| 20 | 14 | ||
| 21 | #define local_softirq_pending() (local_cpu_data->softirq_pending) | 15 | #define local_softirq_pending() (local_cpu_data->softirq_pending) |
| 22 | 16 | ||
| 17 | #include <linux/threads.h> | ||
| 18 | #include <linux/irq.h> | ||
| 19 | |||
| 20 | #include <asm/processor.h> | ||
| 21 | |||
| 23 | extern void __iomem *ipi_base_addr; | 22 | extern void __iomem *ipi_base_addr; |
| 24 | 23 | ||
| 25 | void ack_bad_irq(unsigned int irq); | 24 | void ack_bad_irq(unsigned int irq); |
diff --git a/arch/ia64/include/asm/system.h b/arch/ia64/include/asm/system.h index 9f342a574ce8..dd028f2b13b3 100644 --- a/arch/ia64/include/asm/system.h +++ b/arch/ia64/include/asm/system.h | |||
| @@ -272,10 +272,6 @@ void cpu_idle_wait(void); | |||
| 272 | 272 | ||
| 273 | void default_idle(void); | 273 | void default_idle(void); |
| 274 | 274 | ||
| 275 | #ifdef CONFIG_VIRT_CPU_ACCOUNTING | ||
| 276 | extern void account_system_vtime(struct task_struct *); | ||
| 277 | #endif | ||
| 278 | |||
| 279 | #endif /* __KERNEL__ */ | 275 | #endif /* __KERNEL__ */ |
| 280 | 276 | ||
| 281 | #endif /* __ASSEMBLY__ */ | 277 | #endif /* __ASSEMBLY__ */ |
