| .. | .. |
|---|
| 56 | 56 | /* |
|---|
| 57 | 57 | * save stuff BDI overwrites |
|---|
| 58 | 58 | * 0xf0 (0xe0->0x100 gets overwritten when BDI connected; |
|---|
| 59 | | - * even when CONFIG_BDI* is disabled and MMU XLAT commented; heisenbug?)) |
|---|
| 59 | + * even when CONFIG_BDI_SWITCH is disabled and MMU XLAT commented; heisenbug?)) |
|---|
| 60 | 60 | * WARNING: self-refresh doesn't seem to work when BDI2000 is connected, |
|---|
| 61 | 61 | * possibly because BDI sets SDRAM registers before wakeup code does |
|---|
| 62 | 62 | */ |
|---|
| .. | .. |
|---|
| 248 | 248 | |
|---|
| 249 | 249 | |
|---|
| 250 | 250 | blr |
|---|
| 251 | +_ASM_NOKPROBE_SYMBOL(lite5200_wakeup) |
|---|
| 251 | 252 | |
|---|
| 252 | 253 | |
|---|
| 253 | 254 | /* ---------------------------------------------------------------------- */ |
|---|
| .. | .. |
|---|
| 391 | 392 | LOAD_SPRN(TBWU, 0x5b); |
|---|
| 392 | 393 | |
|---|
| 393 | 394 | blr |
|---|
| 395 | +_ASM_NOKPROBE_SYMBOL(restore_regs) |
|---|
| 394 | 396 | |
|---|
| 395 | 397 | |
|---|
| 396 | 398 | |
|---|