summaryrefslogtreecommitdiffstats
path: root/src/kernel/forceattn_p8.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/forceattn_p8.S')
-rw-r--r--src/kernel/forceattn_p8.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/forceattn_p8.S b/src/kernel/forceattn_p8.S
index fc373abdb..30725e9b3 100644
--- a/src/kernel/forceattn_p8.S
+++ b/src/kernel/forceattn_p8.S
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2012,2014
+# Contributors Listed Below - COPYRIGHT 2012,2015
# [+] International Business Machines Corp.
#
#
@@ -29,7 +29,7 @@
p8_force_attn:
li r0, 1
mfspr r9, HID0
- insrdi r9,r0,1,31 /* Turn on bit 31. */
+ insrdi r9,r0,1,3 /* Turn on bit 3 */
sync
mtspr HID0,r9 /* Enable attentions */
mfspr r9, HID0
OpenPOWER on IntegriCloud