Re: [PATCH] Update the alignment for 4K stacks.

2007-06-24 Thread Robert P. J. Day
On Sun, 24 Jun 2007, Andrew Morton wrote: > On Sun, 24 Jun 2007 15:21:37 -0400 (EDT) "Robert P. J. Day" <[EMAIL > PROTECTED]> wrote: > > > arch/i386/kernel/irq.c |8 ++-- > > arch/sh/kernel/irq.c |8 ++-- > > These two files are maintained by different developers who run > separ

Re: [PATCH] Update the alignment for 4K stacks.

2007-06-24 Thread Andrew Morton
On Sun, 24 Jun 2007 15:21:37 -0400 (EDT) "Robert P. J. Day" <[EMAIL PROTECTED]> wrote: > arch/i386/kernel/irq.c |8 ++-- > arch/sh/kernel/irq.c |8 ++-- These two files are maintained by different developers who run separate development trees. Please do not try to alter them b

[PATCH] Update the alignment for 4K stacks.

2007-06-24 Thread Robert P. J. Day
Just following the advice in the comments, update the alignment when 4K stacks are selected, since gcc 3.0 shouldn't be an issue anymore. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- arch/i386/kernel/irq.c |8 ++-- arch/sh/kernel/irq.c |8 ++-- 2 files changed, 4 i