Loading include/asm-sh/processor.h +6 −0 Original line number Diff line number Diff line Loading @@ -49,4 +49,10 @@ enum cpu_type { /* arch/sh/kernel/setup.c */ const char *get_cpu_subtype(struct sh_cpuinfo *c); #ifdef CONFIG_VSYSCALL int vsyscall_init(void); #else #define vsyscall_init() do { } while (0) #endif #endif /* __ASM_SH_PROCESSOR_H */ include/asm-sh/processor_32.h +0 −6 Original line number Diff line number Diff line Loading @@ -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 */ Loading
include/asm-sh/processor.h +6 −0 Original line number Diff line number Diff line Loading @@ -49,4 +49,10 @@ enum cpu_type { /* arch/sh/kernel/setup.c */ const char *get_cpu_subtype(struct sh_cpuinfo *c); #ifdef CONFIG_VSYSCALL int vsyscall_init(void); #else #define vsyscall_init() do { } while (0) #endif #endif /* __ASM_SH_PROCESSOR_H */
include/asm-sh/processor_32.h +0 −6 Original line number Diff line number Diff line Loading @@ -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 */