On Tue, Aug 17, 2010 at 02:53:31PM +1000, Paul Mackerras wrote:
You're right, I'll use kmalloc_node then.
Yeah, we are allocating a similar per-context bunch of buffers for trace
events and also for software events.
If we had a way to know if an arch has nmis, we could manage that.
Whenever this is about simulated or really unmaskable, we don't care,
we just need to know if events can nest on traditional irq disabled
sections.
How do you deal with that in PPC? Is the event delayed to when irqs are
restored?
--