Skip to content

Commit

Permalink
Random zzz was giving error, removed it
Browse files Browse the repository at this point in the history
  • Loading branch information
jad13041 committed Jan 14, 2020
1 parent a84b931 commit d8710b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/cpu/mpc85xx/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ ProgramCheck:
STD_EXCEPTION(0x0800, FPUnavailable, UnknownException)
STD_EXCEPTION(0x0900, SystemCall, UnknownException)
STD_EXCEPTION(0x0a00, Decrementer, timer_interrupt)
STD_EXCEPTION(0x0b00, IntervalTimer, UnknownException)zzzz
STD_EXCEPTION(0x0b00, IntervalTimer, UnknownException)
STD_EXCEPTION(0x0c00, WatchdogTimer, UnknownException)

STD_EXCEPTION(0x0d00, DataTLBError, UnknownException)
Expand Down

0 comments on commit d8710b4

Please sign in to comment.