summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/sbeirq.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/sbeirq.C')
-rw-r--r--src/sbefw/core/sbeirq.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sbefw/core/sbeirq.C b/src/sbefw/core/sbeirq.C
index f5d4c827..1e807e43 100644
--- a/src/sbefw/core/sbeirq.C
+++ b/src/sbefw/core/sbeirq.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2018 */
+/* Contributors Listed Below - COPYRIGHT 2015,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -238,7 +238,7 @@ extern "C" void i2c_reset()
///////////////////////////////////////////////////////////////////
// SBE handler to save off specific registers
///////////////////////////////////////////////////////////////////
-registersave_t __g_register_ffdc;
+registersave_t __g_register_ffdc __attribute__((section (".sbss")));
uint64_t __g_address_for_register_ffdc = (uint32_t)&__g_register_ffdc;
extern "C" void __sbe_register_saveoff()
OpenPOWER on IntegriCloud