diff options
Diffstat (limited to 'include/asm-sh/processor.h')
| -rw-r--r-- | include/asm-sh/processor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sh/processor.h b/include/asm-sh/processor.h index b7cba4e91a72..474773853cd1 100644 --- a/include/asm-sh/processor.h +++ b/include/asm-sh/processor.h | |||
| @@ -276,5 +276,11 @@ static inline void prefetch(void *x) | |||
| 276 | #define prefetchw(x) prefetch(x) | 276 | #define prefetchw(x) prefetch(x) |
| 277 | #endif | 277 | #endif |
| 278 | 278 | ||
| 279 | #ifdef CONFIG_VSYSCALL | ||
| 280 | extern int vsyscall_init(void); | ||
| 281 | #else | ||
| 282 | #define vsyscall_init() do { } while (0) | ||
| 283 | #endif | ||
| 284 | |||
| 279 | #endif /* __KERNEL__ */ | 285 | #endif /* __KERNEL__ */ |
| 280 | #endif /* __ASM_SH_PROCESSOR_H */ | 286 | #endif /* __ASM_SH_PROCESSOR_H */ |
