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

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

diff -u --recursive --new-file v2.1.33/linux/include/asm-alpha/io.h linux/include/asm-alpha/io.h
@@ -38,7 +38,8 @@
  */
 extern inline void set_hae(unsigned long new_hae)
 {
-	unsigned long ipl = swpipl(7);
+	unsigned long ipl;
+	swpipl(ipl,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