diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index 40aaa020cd68..41d0f10dbbc7 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -618,7 +618,7 @@ asmlinkage void __init start_kernel(void) | |||
618 | local_irq_enable(); | 618 | local_irq_enable(); |
619 | 619 | ||
620 | /* Interrupts are enabled now so all GFP allocations are safe. */ | 620 | /* Interrupts are enabled now so all GFP allocations are safe. */ |
621 | set_gfp_allowed_mask(__GFP_BITS_MASK); | 621 | gfp_allowed_mask = __GFP_BITS_MASK; |
622 | 622 | ||
623 | kmem_cache_init_late(); | 623 | kmem_cache_init_late(); |
624 | 624 | ||