Skip to content
Commit caeab084 authored by Christoph Lameter's avatar Christoph Lameter
Browse files

slub page alloc fallback: Enable interrupts for GFP_WAIT.



The fallback path needs to enable interrupts like done for
the other page allocator calls. This was not necessary with
the alternate fast path since we handled irq enable/disable in
the slow path. The regular fastpath handles irq enable/disable
around calls to the slow path so we need to restore the proper
status before calling the page allocator from the slowpath.

Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
parent bde4f8fa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment