Nicholas Piggin a4087a4d38 powerpc/64s: Exception macro for stack frame and initial register save
This code is common to a few exceptions, and another user will be added.
This causes a trivial change to generated code:

-     604: std     r9,416(r1)
-     608: mfspr   r11,314
-     60c: std     r11,368(r1)
-     610: mfspr   r12,315
+     604: mfspr   r11,314
+     608: mfspr   r12,315
+     60c: std     r9,416(r1)
+     610: std     r11,368(r1)

machine_check_powernv_early could also use this, but that requires non
trivial changes to generated code, so that's for another patch.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2017-04-28 21:02:25 +10:00
..
2016-01-12 20:46:53 +02:00
2013-04-18 13:03:53 +10:00
2015-05-28 15:31:53 +02:00
2016-06-21 15:30:56 +10:00
2014-04-09 12:53:28 +10:00
2014-06-25 18:49:40 -05:00
2015-01-12 05:04:13 -08:00
2015-02-03 18:47:18 +01:00
2016-03-04 23:50:27 -06:00
2014-11-03 12:12:32 +11:00
2016-09-09 16:18:07 +10:00
2016-03-01 19:27:20 +11:00
2017-04-21 21:08:47 +10:00
2015-02-23 14:52:04 +11:00
2016-08-05 09:00:54 -04:00
2016-08-07 23:50:09 -04:00
2013-12-09 11:40:25 +11:00
2016-08-05 09:00:54 -04:00
2017-03-31 23:10:00 +11:00
2016-09-20 20:57:12 +10:00
2016-05-11 21:53:49 +10:00
2016-06-14 13:58:26 +10:00
2017-01-26 17:49:32 -06:00
2016-06-14 13:58:26 +10:00
2016-06-14 13:58:26 +10:00
2017-01-26 17:49:34 -06:00
2013-11-06 14:13:49 +11:00
2016-07-21 18:51:42 +10:00
2017-03-16 20:45:53 +11:00
2016-06-14 13:58:26 +10:00
2017-03-16 20:45:53 +11:00
2014-02-17 11:19:37 +11:00
2015-05-05 13:35:39 -06:00