parisc: Don't enable PSW.W at pdc exit

This fixes ODE for C3700, which aparently tried to run with PSW.W=1
and failed.

Signed-off-by: Helge Deller <deller@gmx.de>
diff --git a/src/parisc/head.S b/src/parisc/head.S
index 3cfe9fd..da89558 100644
--- a/src/parisc/head.S
+++ b/src/parisc/head.S
@@ -375,7 +375,7 @@
 	nop
 	bv %r0(%rp)		/* return with setting PSW_W */
 	.level 2.0
-	ssm PSW_W_SM,%r0
+	nop // ssm PSW_W_SM,%r0
 	.level 1.1
 END(pdc_entry)
 
@@ -432,7 +432,7 @@
 	nop
 	bv %r0(%rp)		/* return with setting PSW_W */
 	.level 2.0
-	ssm PSW_W_SM,%r0
+	nop // ssm PSW_W_SM,%r0
 	.level 1.1
 END(iodc_entry)