Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe
Commits
acb499f0
Commit
acb499f0
authored
Nov 10, 2007
by
Paul Mundt
Browse files
sh: Move vsyscall_init() defs up one level.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
f3ef75b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/asm-sh/processor.h
View file @
acb499f0
...
...
@@ -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
View file @
acb499f0
...
...
@@ -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 */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment