From f5f912698bf2b5e0acdbd896693a16899bdd7fff Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 27 Jul 2010 14:13:13 +0200 Subject: [PATCH] --- yaml --- r: 212911 b: refs/heads/master c: 25897374297906eeebef8864299406bdcb5859c3 h: refs/heads/master i: 212909: becef3d33d8c708f64107ded712c828c586c44c9 212907: e331abfac21d2d70382e12b148b9b025dba2b4d7 212903: 8535294b153af455aa3ab439571118240d7198bc 212895: fe885838ec0d5108a88ca6942c52a3a77d778584 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/irq_32.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1a1eb479e29b..262467f1f7cb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dcfa726280116dd31adad37da940f542663567d0 +refs/heads/master: 25897374297906eeebef8864299406bdcb5859c3 diff --git a/trunk/arch/x86/kernel/irq_32.c b/trunk/arch/x86/kernel/irq_32.c index 67f5f9f5299f..3b5609f54c4b 100644 --- a/trunk/arch/x86/kernel/irq_32.c +++ b/trunk/arch/x86/kernel/irq_32.c @@ -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);