]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/ia64/kernel/perfmon.c
Merge git://git.infradead.org/hdrinstall-2.6
[mv-sheeva.git] / arch / ia64 / kernel / perfmon.c
index a0055d3d695c81d2ba042dcbe54d831ffd82a42b..c7ccd6ee1ddfe57d7668794098e716bc77192189 100644 (file)
@@ -19,7 +19,6 @@
  *     http://www.hpl.hp.com/research/linux/perfmon
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
@@ -6440,7 +6439,7 @@ pfm_flush_pmds(struct task_struct *task, pfm_context_t *ctx)
 
 static struct irqaction perfmon_irqaction = {
        .handler = pfm_interrupt_handler,
-       .flags   = SA_INTERRUPT,
+       .flags   = IRQF_DISABLED,
        .name    = "perfmon"
 };