]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/sched.c
sched: use alloc_bootmem() instead of alloc_bootmem_low()
[linux-2.6-omap-h63xx.git] / kernel / sched.c
index 0014b03adaca0af7d09d25d3b5c0df3c007b2462..09ca69b2c17d4e4174d263bcbb35d64119bef04b 100644 (file)
@@ -8128,7 +8128,7 @@ void __init sched_init(void)
         * we use alloc_bootmem().
         */
        if (alloc_size) {
-               ptr = (unsigned long)alloc_bootmem_low(alloc_size);
+               ptr = (unsigned long)alloc_bootmem(alloc_size);
 
 #ifdef CONFIG_FAIR_GROUP_SCHED
                init_task_group.se = (struct sched_entity **)ptr;