mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
ppc/85xx: Don't enable interrupts before we're ready
We cannot handle any exceptions while running in AS1, as the exceptions will transition back to AS0 without a valid mapping. Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
3ca55bce9c
commit
1b72dbecca
1 changed files with 2 additions and 2 deletions
|
@ -278,8 +278,8 @@ _start_e500:
|
|||
msync
|
||||
tlbwe
|
||||
|
||||
lis r6,MSR_CE|MSR_ME|MSR_DE|MSR_IS|MSR_DS@h
|
||||
ori r6,r6,MSR_CE|MSR_ME|MSR_DE|MSR_IS|MSR_DS@l
|
||||
lis r6,MSR_IS|MSR_DS@h
|
||||
ori r6,r6,MSR_IS|MSR_DS@l
|
||||
lis r7,switch_as@h
|
||||
ori r7,r7,switch_as@l
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue