aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/softirq.c
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-11-21 20:41:00 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-11-21 20:41:00 +0000
commitc81cf54c19d633c7840e626b1c0ef91e60935795 (patch)
tree3edb2f13409863f3e16fffa3600534a1fbf5faea /xen/common/softirq.c
parent9b7223024d973757421cd6b037f47f64bc41e59d (diff)
downloadxen-c81cf54c19d633c7840e626b1c0ef91e60935795.tar.gz
xen-c81cf54c19d633c7840e626b1c0ef91e60935795.tar.bz2
xen-c81cf54c19d633c7840e626b1c0ef91e60935795.zip
bitkeeper revision 1.1159.183.1 (41a0fd5c_SO-Z8P4u52CN53Q0eDzqg)
Clean up cacheline-alignment attribute usage. Also add an extra byte to the TSS I/O bitmap as required by the arch manual.
Diffstat (limited to 'xen/common/softirq.c')
-rw-r--r--xen/common/softirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/softirq.c b/xen/common/softirq.c
index 7c7e6cc636..2a59925a07 100644
--- a/xen/common/softirq.c
+++ b/xen/common/softirq.c
@@ -17,7 +17,7 @@
irq_cpustat_t irq_stat[NR_CPUS];
-static softirq_handler softirq_handlers[NR_SOFTIRQS] __cacheline_aligned;
+static softirq_handler softirq_handlers[NR_SOFTIRQS];
asmlinkage void do_softirq()
{