Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212911
b: refs/heads/master
c: 2589737
h: refs/heads/master
i:
  212909: becef3d
  212907: e331abf
  212903: 8535294
  212895: fe88583
v: v3
  • Loading branch information
Christoph Hellwig authored and H. Peter Anvin committed Jul 27, 2010
1 parent da464ef commit f5f9126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: dcfa726280116dd31adad37da940f542663567d0
refs/heads/master: 25897374297906eeebef8864299406bdcb5859c3
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/irq_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static inline void print_stack_overflow(void) { }
union irq_ctx {
struct thread_info tinfo;
u32 stack[THREAD_SIZE/sizeof(u32)];
} __attribute__((aligned(PAGE_SIZE)));
} __attribute__((aligned(THREAD_SIZE)));

static DEFINE_PER_CPU(union irq_ctx *, hardirq_ctx);
static DEFINE_PER_CPU(union irq_ctx *, softirq_ctx);
Expand Down

0 comments on commit f5f9126

Please sign in to comment.