diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-08-08 18:54:49 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-08-08 18:54:49 +0000 |
commit | 5514f4babeeb3af00ee0c325e3cda7a562cc3d65 (patch) | |
tree | edd733879cab73e41324a99ca5da7bc154c4196d /include/asm-mips64/smp.h | |
parent | 6a9366db547e958e8c9bf8e1c13bcea6cb2bf393 (diff) |
Merge with Linux 2.4.0-test6-pre4.
Diffstat (limited to 'include/asm-mips64/smp.h')
-rw-r--r-- | include/asm-mips64/smp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-mips64/smp.h b/include/asm-mips64/smp.h index ed0420dd4..b8a8f8d75 100644 --- a/include/asm-mips64/smp.h +++ b/include/asm-mips64/smp.h @@ -20,7 +20,6 @@ struct cpuinfo_mips { /* XXX */ unsigned long smp_local_irq_count; unsigned long prof_multiplier; unsigned long prof_counter; - int irq_count, bh_count; } __attribute__((aligned(64))); extern struct cpuinfo_mips cpu_data[NR_CPUS]; |