diff options
Diffstat (limited to 'arch/powerpc/kernel/head_32.S')
| -rw-r--r-- | arch/powerpc/kernel/head_32.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/head_32.S b/arch/powerpc/kernel/head_32.S index 9417cf5b4b7e..c897203198b1 100644 --- a/arch/powerpc/kernel/head_32.S +++ b/arch/powerpc/kernel/head_32.S | |||
| @@ -344,12 +344,7 @@ i##n: \ | |||
| 344 | /* System reset */ | 344 | /* System reset */ |
| 345 | /* core99 pmac starts the seconary here by changing the vector, and | 345 | /* core99 pmac starts the seconary here by changing the vector, and |
| 346 | putting it back to what it was (unknown_exception) when done. */ | 346 | putting it back to what it was (unknown_exception) when done. */ |
| 347 | #if defined(CONFIG_GEMINI) && defined(CONFIG_SMP) | ||
| 348 | . = 0x100 | ||
| 349 | b __secondary_start_gemini | ||
| 350 | #else | ||
| 351 | EXCEPTION(0x100, Reset, unknown_exception, EXC_XFER_STD) | 347 | EXCEPTION(0x100, Reset, unknown_exception, EXC_XFER_STD) |
| 352 | #endif | ||
| 353 | 348 | ||
| 354 | /* Machine check */ | 349 | /* Machine check */ |
| 355 | /* | 350 | /* |
