diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-09-15 11:00:16 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-10-11 05:11:20 -0400 |
commit | 3efd5a0db50157cb55cef9ea77ce1d470df61a80 (patch) | |
tree | 39b5b4b2f963c1c81d02c8ddc6fe80933a4392c2 /arch/mips/kernel/asm-offsets.c | |
parent | 851d4f5d387d1db856f01d9e7167014187a48fb4 (diff) |
MIPS: asm-offset.c: Delete unused irq_cpustat_t struct offsets.
Originally added in 05b541489c48e7fbeec19a92acf8683230750d0a [Merge with
Linux 2.5.5.] over 10 years ago but never been used.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/asm-offsets.c')
-rw-r--r-- | arch/mips/kernel/asm-offsets.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/mips/kernel/asm-offsets.c b/arch/mips/kernel/asm-offsets.c index 6b30fb2caa67..0c4bce4882a6 100644 --- a/arch/mips/kernel/asm-offsets.c +++ b/arch/mips/kernel/asm-offsets.c | |||
@@ -12,7 +12,6 @@ | |||
12 | #include <linux/types.h> | 12 | #include <linux/types.h> |
13 | #include <linux/sched.h> | 13 | #include <linux/sched.h> |
14 | #include <linux/mm.h> | 14 | #include <linux/mm.h> |
15 | #include <linux/interrupt.h> | ||
16 | #include <linux/kbuild.h> | 15 | #include <linux/kbuild.h> |
17 | #include <linux/suspend.h> | 16 | #include <linux/suspend.h> |
18 | #include <asm/ptrace.h> | 17 | #include <asm/ptrace.h> |
@@ -292,15 +291,6 @@ void output_signal_defined(void) | |||
292 | BLANK(); | 291 | BLANK(); |
293 | } | 292 | } |
294 | 293 | ||
295 | void output_irq_cpustat_t_defines(void) | ||
296 | { | ||
297 | COMMENT("Linux irq_cpustat_t offsets."); | ||
298 | DEFINE(IC_SOFTIRQ_PENDING, | ||
299 | offsetof(irq_cpustat_t, __softirq_pending)); | ||
300 | DEFINE(IC_IRQ_CPUSTAT_T, sizeof(irq_cpustat_t)); | ||
301 | BLANK(); | ||
302 | } | ||
303 | |||
304 | #ifdef CONFIG_CPU_CAVIUM_OCTEON | 294 | #ifdef CONFIG_CPU_CAVIUM_OCTEON |
305 | void output_octeon_cop2_state_defines(void) | 295 | void output_octeon_cop2_state_defines(void) |
306 | { | 296 | { |