]> git.baikalelectronics.ru Git - kernel.git/commit
sched: use alloc_bootmem() instead of alloc_bootmem_low()
authorDavid Miller <davem@davemloft.net>
Fri, 25 Apr 2008 03:46:20 +0000 (20:46 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 25 Apr 2008 07:53:06 +0000 (09:53 +0200)
commitdf642b1e87665b830d1c31fb863f1f09a15f856f
tree585102b8d74e5b1631eeaec89ba428a4019d1697
parent1eaee6824c439fd369a08ee4553f68bbf715de44
sched: use alloc_bootmem() instead of alloc_bootmem_low()

There is no guarantee that there is physical ram below 4GB, and in
fact many boxes don't have exactly that.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c