Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62453
b: refs/heads/master
c: 09fce8a
h: refs/heads/master
i:
  62451: 705eff0
v: v3
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Jul 22, 2007
1 parent 1207b3b commit 9a665cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: edc2cbf49682079d5344bf7f2545ed6b036fa355
refs/heads/master: 09fce8a195638ad038b8a58d9d8d3558c21a23ea
8 changes: 2 additions & 6 deletions trunk/arch/i386/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a665cd

Please sign in to comment.