Re: [PATCH 1/3] Separate IRQ-stacks from 4K-stacks option

From: Hugh Dickins
Date: Fri Sep 10 2004 - 10:09:52 EST


On Fri, 10 Sep 2004, Martin J. Bligh wrote:
>
> I agree about killing anything but 4K stacks though - having the single
> page is very compelling - not only can we allocate it easier, but we can
> also use cache-hot pages from the hot list.

I think we all agree that's a promising future, and a good discipline.
But I'm not the only one to doubt we're there yet.

Chris's patch seems eminently sensible to me. Why should having separate
interrupt stack depend on whether you're configured for 4K or 8K stacks?

Wasn't Andrea worried, a couple of months back, about nested interrupts
overflowing the 4K interrupt stack? He was trying to work out how to
have an 8K interrupt stack even with the 4K task stack, proposed thread
info at both top and bottom of stack; but his "current" still looked to
me like it'd be significantly more costly than the present one.

I'm all for Chris's patch.

Hugh

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/