patch-2.4.21 linux-2.4.21/include/asm-ppc/hw_irq.h

Next file: linux-2.4.21/include/asm-ppc/hydra.h
Previous file: linux-2.4.21/include/asm-ppc/highmem.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-ppc/hw_irq.h linux-2.4.21/include/asm-ppc/hw_irq.h
@@ -1,7 +1,4 @@
 /*
- * BK Id: SCCS/s.hw_irq.h 1.10 05/17/01 18:14:24 cort
- */
-/*
  * Copyright (C) 1999 Cort Dougan <cort@cs.nmt.edu>
  */
 #ifdef __KERNEL__
@@ -21,6 +18,7 @@
 
 #define __save_flags(flags) __save_flags_ptr((unsigned long *)&flags)
 #define __save_and_cli(flags) ({__save_flags(flags);__cli();})
+#define __save_and_sti(flags) ({__save_flags(flags);__sti();})
 
 extern void do_lost_interrupts(unsigned long);
 

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