summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asm/head.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/head.S b/asm/head.S
index 2cf4a6b2..803fbf1a 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -763,7 +763,7 @@ init_shared_sprs:
li %r0,1
sldi %r4,%r0,(63-13)
sldi %r5,%r0,(63-19)
- or %r0,%r4,%r5,
+ or %r0,%r4,%r5
andc %r3,%r3,%r0
sync
mtspr SPR_HID0,%r3
@@ -797,7 +797,7 @@ init_shared_sprs:
li %r0,1
sldi %r4,%r0,(63-5)
sldi %r5,%r0,(63-4)
- or %r0,%r4,%r5,
+ or %r0,%r4,%r5
andc %r3,%r3,%r0
sync
mtspr SPR_HID0,%r3
OpenPOWER on IntegriCloud