Justin Hibbits 99adcecf38 Call through powerpc_interrupt for all Book-E interrupts
Make int_external_input, int_decrementer, and int_performance_counter all
now use trap_common, just like on AIM.  The effects of this are:

* All traps are now properly displayed in ddb.  Previously traps from
  external input, decrementer, and performance counters, would display as
  just basic stack traces.  Now the frame is displayed.

* External interrupts are now handled with interrupts enabled, so handling
  can be preempted.  This seems to fix a hang found post-r329882.
2018-04-10 17:32:27 +00:00
..
2018-04-10 14:07:02 +00:00
2018-04-08 16:34:10 +00:00
2018-02-14 00:12:03 +00:00
2018-04-08 12:08:20 +00:00
2018-04-06 19:36:35 +00:00
2018-03-20 17:58:51 +00:00
2018-04-08 22:59:34 +00:00
2018-03-24 21:30:24 +00:00
2018-04-07 17:06:13 +00:00