aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/processor_32.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-10 20:39:56 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:44 +0900
commitacb499f0ddfbea1176a70d93eb53943c325a073b (patch)
treebe8ff69f3c54d515b6148dd6f367f4ef488d7260 /include/asm-sh/processor_32.h
parentsh: Nopped out p3_cache_init() on SH-5 also. (diff)
downloadlinux-dev-acb499f0ddfbea1176a70d93eb53943c325a073b.tar.xz
linux-dev-acb499f0ddfbea1176a70d93eb53943c325a073b.zip
sh: Move vsyscall_init() defs up one level.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to '')
-rw-r--r--include/asm-sh/processor_32.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-sh/processor_32.h b/include/asm-sh/processor_32.h
index 35040fe43e5e..1ad74633c009 100644
--- a/include/asm-sh/processor_32.h
+++ b/include/asm-sh/processor_32.h
@@ -237,11 +237,5 @@ static inline void prefetch(void *x)
#define prefetchw(x) prefetch(x)
#endif
-#ifdef CONFIG_VSYSCALL
-extern int vsyscall_init(void);
-#else
-#define vsyscall_init() do { } while (0)
-#endif
-
#endif /* __KERNEL__ */
#endif /* __ASM_SH_PROCESSOR_32_H */