From 9a665cdc79bd46d67c5d8a3a881f07e6f305cf5f Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sat, 21 Jul 2007 17:11:41 +0200 Subject: [PATCH] --- yaml --- r: 62453 b: refs/heads/master c: 09fce8a195638ad038b8a58d9d8d3558c21a23ea h: refs/heads/master i: 62451: 705eff0d43818c7953e4834daa2837cdb870290f v: v3 --- [refs] | 2 +- trunk/arch/i386/kernel/irq.c | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 7e4dcb21f496..75e261526cd3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: edc2cbf49682079d5344bf7f2545ed6b036fa355 +refs/heads/master: 09fce8a195638ad038b8a58d9d8d3558c21a23ea diff --git a/trunk/arch/i386/kernel/irq.c b/trunk/arch/i386/kernel/irq.c index ba44d40b066d..dd2b97fc00b2 100644 --- a/trunk/arch/i386/kernel/irq.c +++ b/trunk/arch/i386/kernel/irq.c @@ -149,15 +149,11 @@ fastcall unsigned int do_IRQ(struct pt_regs *regs) #ifdef CONFIG_4KSTACKS -/* - * These should really be __section__(".bss.page_aligned") as well, but - * gcc's 3.0 and earlier don't handle that correctly. - */ static char softirq_stack[NR_CPUS * THREAD_SIZE] - __attribute__((__aligned__(THREAD_SIZE))); + __attribute__((__section__(".bss.page_aligned"))); static char hardirq_stack[NR_CPUS * THREAD_SIZE] - __attribute__((__aligned__(THREAD_SIZE))); + __attribute__((__section__(".bss.page_aligned"))); /* * allocate per-cpu stacks for hardirq and for softirq processing