patch-2.4.20 linux-2.4.20/drivers/hotplug/cpqphp_nvram.c

Next file: linux-2.4.20/drivers/hotplug/cpqphp_pci.c
Previous file: linux-2.4.20/drivers/hotplug/cpqphp_ctrl.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/drivers/hotplug/cpqphp_nvram.c linux-2.4.20/drivers/hotplug/cpqphp_nvram.c
@@ -176,12 +176,12 @@
 	
 	spin_lock_irqsave(&int15_lock, flags);
 	__asm__ (
-		"xorl   %%ebx,%%ebx
-		xorl    %%edx,%%edx
-		pushf
-		push    %%cs
-		cli
-		call    *%6"
+		"xorl   %%ebx,%%ebx \n"
+		"xorl   %%edx,%%edx \n"
+		"pushf              \n"
+		"push    %%cs       \n"
+		"cli                \n"
+		"call    *%6        \n"
 		: "=c" (*buf_size), "=a" (ret_val)
 		: "a" (op), "c" (*buf_size), "S" (ev_name),
 		"D" (buffer), "m" (compaq_int15_entry_point)

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