sh: Initial vsyscall page support.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 09:33:49 +0000 (18:33 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 09:33:49 +0000 (18:33 +0900)
commit19f9a34f87c48bbd270d617d1c986d0c23866a1a
tree19f32122aec9c16cbbf8e3331e81040a4850cb8d
parent8c12b5dc13bf8516303a8224ab4e9708b33d5b00
sh: Initial vsyscall page support.

This implements initial support for the vsyscall page on SH.
At the moment we leave it configurable due to having nommu
to support from the same code base. We hook it up for the
signal trampoline return at present, with more to be added
later, once uClibc catches up.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
19 files changed:
arch/sh/kernel/Makefile
arch/sh/kernel/process.c
arch/sh/kernel/signal.c
arch/sh/kernel/vsyscall/Makefile [new file with mode: 0644]
arch/sh/kernel/vsyscall/vsyscall-note.S [new file with mode: 0644]
arch/sh/kernel/vsyscall/vsyscall-sigreturn.S [new file with mode: 0644]
arch/sh/kernel/vsyscall/vsyscall-syscall.S [new file with mode: 0644]
arch/sh/kernel/vsyscall/vsyscall-trapa.S [new file with mode: 0644]
arch/sh/kernel/vsyscall/vsyscall.c [new file with mode: 0644]
arch/sh/kernel/vsyscall/vsyscall.lds.S [new file with mode: 0644]
arch/sh/mm/Kconfig
arch/sh/mm/init.c
arch/sh/mm/tlb-flush.c
include/asm-sh/auxvec.h
include/asm-sh/elf.h
include/asm-sh/mmu.h
include/asm-sh/mmu_context.h
include/asm-sh/page.h
include/asm-sh/processor.h