commit | cbf6b1ba7ae12b3f7cb6b0d060b88d44649f9eda | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jan 12 19:01:11 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jan 12 19:01:11 2010 +0900 |
tree | 267582b42611b11c6a01681855d190bacf488b01 | |
parent | 70e068eef97d05c97c3512f82352f39fdadfa8cb [diff] |
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>