Re: [RFC] 4KB stack + irq stack for x86

David Mosberger (davidm@napali.hpl.hp.com)
Thu, 6 Jun 2002 14:19:02 -0700


>>>>> On Thu, 6 Jun 2002 22:55:12 +0200, "Ulrich Weigand" <Ulrich.Weigand@de.ibm.com> said:

Uli> So in the case of 8K page size, you need an order-2 allocation
Uli> for the stack, right? How do you handle failures due to
Uli> fragmentation?

We don't do anything special. I'm not sure what the fragmentation
statistics look like on machines with 1+GB memory; it's something I
have been wondering about and hoping to look into at some point (if
someone has done that already, I'd love to see the results). In
practice, every ia64 linux distro as of today ships with 16KB page
size, so you only get order-1 allocations for stacks.

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