|
@@ -926,24 +926,6 @@ _GLOBAL(set_context)
|
|
|
SYNC
|
|
|
blr
|
|
|
|
|
|
-#ifdef CONFIG_8xx_CPU6
|
|
|
-/* It's here because it is unique to the 8xx.
|
|
|
- * It is important we get called with interrupts disabled. I used to
|
|
|
- * do that, but it appears that all code that calls this already had
|
|
|
- * interrupt disabled.
|
|
|
- */
|
|
|
- .globl set_dec_cpu6
|
|
|
-set_dec_cpu6:
|
|
|
- lis r7, cpu6_errata_word@h
|
|
|
- ori r7, r7, cpu6_errata_word@l
|
|
|
- li r4, 0x2c00
|
|
|
- stw r4, 8(r7)
|
|
|
- lwz r4, 8(r7)
|
|
|
- mtspr 22, r3 /* Update Decrementer */
|
|
|
- SYNC
|
|
|
- blr
|
|
|
-#endif
|
|
|
-
|
|
|
/*
|
|
|
* We put a few things here that have to be page-aligned.
|
|
|
* This stuff goes at the beginning of the data segment,
|