]> git.baikalelectronics.ru Git - kernel.git/commit
sh: Consolidate segment modifiers across mmu/nommu systems.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 3 Jun 2008 09:48:54 +0000 (18:48 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jul 2008 09:10:28 +0000 (18:10 +0900)
commitac2f4d07826702ce6ec504053aac8776d6fa112a
tree0172f4eed00a20fdcde5eb6a252c5f47c78ceb2b
parent1e401962d5fc29b1f8768176450850a3b471c9e0
sh: Consolidate segment modifiers across mmu/nommu systems.

This moves get_fs/set_fs() and friends in to asm/segment.h. The
mm_segment_t definition is likewise consolidated from the _32/_64 split.

This is prepatory groundwork for using the generic address space limit
and verification routines across mmu/nommu configs.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/processor.h
include/asm-sh/processor_32.h
include/asm-sh/processor_64.h
include/asm-sh/segment.h
include/asm-sh/uaccess_32.h