From: Pekka Enberg Date: Thu, 15 Jul 2010 20:18:22 +0000 (+0300) Subject: sched: No need for bootmem special cases X-Git-Tag: v2.6.36-rc1~531^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68c38fc3cb4e5a60f502ee9c45f3dfe70e5165ad;p=pandora-kernel.git sched: No need for bootmem special cases As of commit dcce284 ("mm: Extend gfp masking to the page allocator") and commit 7e85ee0 ("slab,slub: don't enable interrupts during early boot"), the slab allocator makes sure we don't attempt to sleep during boot. Therefore, remove bootmem special cases from the scheduler and use plain GFP_KERNEL instead. Signed-off-by: Pekka Enberg Cc: Peter Zijlstra LKML-Reference: <1279225102-2572-1-git-send-email-penberg@cs.helsinki.fi> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed