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
c881cbc0
Commit
c881cbc0
authored
Nov 10, 2007
by
Paul Mundt
Browse files
sh: Don't reference UBC code in CPU init on sh64.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
cc8eae7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/sh/kernel/cpu/init.c
View file @
c881cbc0
...
...
@@ -21,8 +21,10 @@
#include
<asm/cacheflush.h>
#include
<asm/cache.h>
#include
<asm/io.h>
#include
<asm/ubc.h>
#include
<asm/smp.h>
#ifdef CONFIG_SUPERH32
#include
<asm/ubc.h>
#endif
/*
* Generic wrapper for command line arguments to disable on-chip
...
...
@@ -273,7 +275,10 @@ asmlinkage void __cpuinit sh_cpu_init(void)
* like PTRACE_SINGLESTEP or doing hardware watchpoints in GDB. So ..
* we wake it up and hope that all is well.
*/
#ifdef CONFIG_SUPERH32
if
(
raw_smp_processor_id
()
==
0
)
ubc_wakeup
();
#endif
speculative_execution_init
();
}
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