patch-2.1.37 linux/include/asm-alpha/io.h

Next file: linux/include/asm-alpha/processor.h
Previous file: linux/include/asm-alpha/current.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.36/linux/include/asm-alpha/io.h linux/include/asm-alpha/io.h
@@ -39,7 +39,7 @@
 extern inline void set_hae(unsigned long new_hae)
 {
 	unsigned long ipl;
-	swpipl(ipl,7);
+	ipl = swpipl(7);
 	hae.cache = new_hae;
 	*hae.reg = new_hae;
 	mb();

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov