]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/cris/kernel/irq.c
Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday().
[linux-2.6-omap-h63xx.git] / arch / cris / kernel / irq.c
index 6547bb64636419de268dadcccea8d7b89c84c425..903ea62c6e21b6ac5fa6ed899cba5c5c261b6015 100644 (file)
@@ -19,7 +19,6 @@
  * Naturally it's not a 1:1 relation, but there are similarities.
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/ptrace.h>
 #include <linux/irq.h>
@@ -86,7 +85,7 @@ skip:
 /* called by the assembler IRQ entry functions defined in irq.h
  * to dispatch the interrupts to registred handlers
  * interrupts are disabled upon entry - depending on if the
- * interrupt was registred with SA_INTERRUPT or not, interrupts
+ * interrupt was registred with IRQF_DISABLED or not, interrupts
  * are re-enabled or not.
  */