diff options
Diffstat (limited to 'arch/sh/kernel/cpu/init.c')
| -rw-r--r-- | arch/sh/kernel/cpu/init.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/sh/kernel/cpu/init.c b/arch/sh/kernel/cpu/init.c index e932ebef473..580d58b94cc 100644 --- a/arch/sh/kernel/cpu/init.c +++ b/arch/sh/kernel/cpu/init.c | |||
| @@ -338,17 +338,6 @@ asmlinkage void __init sh_cpu_init(void) | |||
| 338 | } | 338 | } |
| 339 | #endif | 339 | #endif |
| 340 | 340 | ||
| 341 | /* | ||
| 342 | * Some brain-damaged loaders decided it would be a good idea to put | ||
| 343 | * the UBC to sleep. This causes some issues when it comes to things | ||
| 344 | * like PTRACE_SINGLESTEP or doing hardware watchpoints in GDB. So .. | ||
| 345 | * we wake it up and hope that all is well. | ||
| 346 | */ | ||
| 347 | #ifdef CONFIG_SUPERH32 | ||
| 348 | if (raw_smp_processor_id() == 0) | ||
| 349 | ubc_wakeup(); | ||
| 350 | #endif | ||
| 351 | |||
| 352 | speculative_execution_init(); | 341 | speculative_execution_init(); |
| 353 | expmask_init(); | 342 | expmask_init(); |
| 354 | } | 343 | } |
