From a12f5be3e904bf5bb7aabb978f5e4d0cf1e8b969 Mon Sep 17 00:00:00 2001 From: William Bryan Date: Mon, 18 Apr 2016 17:07:34 -0500 Subject: Update SSX to latest in EKB RTC: 132999 Change-Id: I29478c074e3086e0bf09b402d55782e03cb1f787 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23394 Tested-by: FSP CI Jenkins Reviewed-by: Wael El-Essawy --- src/ssx/ppc32/savegpr.S | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ssx/ppc32/savegpr.S') diff --git a/src/ssx/ppc32/savegpr.S b/src/ssx/ppc32/savegpr.S index 4dbfef0..efc04ac 100644 --- a/src/ssx/ppc32/savegpr.S +++ b/src/ssx/ppc32/savegpr.S @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014,2015 */ +/* Contributors Listed Below - COPYRIGHT 2014,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -40,6 +40,7 @@ /// code was copied. /// +// *INDENT-OFF* .macro SAVE reg .global _savegpr_\reg @@ -98,3 +99,5 @@ mtlr 0 mr 1,11 blr + +// *INDENT-ON* -- cgit v1.2.1