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
- Lines: 10
- Date:
Thu Apr 10 14:03:51 1997
- Orig file:
v2.1.33/linux/include/asm-alpha/io.h
- Orig date:
Sun Oct 6 22:55:48 1996
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