patch-2.2.17 linux/arch/s390/kernel/s390mach.c

Next file: linux/arch/s390/kernel/setup.c
Previous file: linux/arch/s390/kernel/s390io.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.16/arch/s390/kernel/s390mach.c linux/arch/s390/kernel/s390mach.c
@@ -119,9 +119,9 @@
 
 	down( &s_sem[0]);
 
-	smp_ctl_clear_bit( 14, 25 );  // disable damage MCH 	
+	ctl_clear_bit( 14, 25 );  // disable damage MCH 	
 #if 1
-  	smp_ctl_set_bit( 14, 28 );		// enable channel report MCH
+  	ctl_set_bit( 14, 28 );		// enable channel report MCH
 #endif
 
 #ifdef S390_MACHCHK_DEBUG

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)