patch-2.3.50 linux/include/asm-sh/irq.h

Next file: linux/include/asm-sh/mmu_context.h
Previous file: linux/include/asm-sh/ipcbuf.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.49/linux/include/asm-sh/irq.h linux/include/asm-sh/irq.h
@@ -12,8 +12,8 @@
 #include <linux/config.h>
 
 #define TIMER_IRQ		16	/* Hard-wired */
-#define TIMER_IRP_OFFSET	12
-#define TIMER_PRIORITY		 1
+#define TIMER_IPR_OFFSET	12
+#define TIMER_PRIORITY		 2
 
 #if defined(__SH4__)
 /*
@@ -39,5 +39,6 @@
  */
 extern void set_ipr_data(unsigned int irq, int offset, int priority);
 extern void make_onChip_irq(unsigned int irq);
+extern void make_imask_irq(unsigned int irq);
 
 #endif /* __ASM_SH_IRQ_H */

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