sh: Always provide thread_info allocators.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 12 Jan 2010 10:01:11 +0000 (19:01 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 12 Jan 2010 10:01:11 +0000 (19:01 +0900)
commitcbf6b1ba7ae12b3f7cb6b0d060b88d44649f9eda
tree267582b42611b11c6a01681855d190bacf488b01
parent70e068eef97d05c97c3512f82352f39fdadfa8cb
sh: Always provide thread_info allocators.

Presently the thread_info allocators are special cased, depending on
THREAD_SHIFT < PAGE_SHIFT. This provides a sensible definition for them
regardless of configuration, in preparation for extended CPU state.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/thread_info.h
arch/sh/kernel/Makefile
arch/sh/kernel/process.c [new file with mode: 0644]
arch/sh/mm/init.c