sh: Make 29/32-bit mode check helper generally available.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 20 Jan 2010 07:40:48 +0000 (16:40 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 20 Jan 2010 07:40:48 +0000 (16:40 +0900)
Presently __in_29bit_mode() is only defined for the PMB case, but
it's also easily derived from the CONFIG_29BIT and CONFIG_32BIT &&
CONFIG_PMB=n cases.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found