]> git.baikalelectronics.ru Git - kernel.git/commit
uml: use get_free_pages to allocate kernel stacks
authorJeff Dike <jdike@addtoit.com>
Mon, 16 Jul 2007 06:38:48 +0000 (23:38 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:38 +0000 (09:05 -0700)
commit78faa6ed1c4607aef0a71fa96567e3ea97b1032a
tree703a67a6f81c51bc7455fe36565a34722e2f9e26
parent7c9fb919244b92f23b54d8232d88d2c575d4ae91
uml: use get_free_pages to allocate kernel stacks

For some reason, I was using kmalloc instead of get_free_pages for kernel
stacks.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-um/thread_info.h