X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fasm-frv%2Fhardirq.h;h=fc47515822a2d9da8bd43ab2864d8638a6fa7c87;hb=5331be090567d9335476f876b2d85427cd7c4426;hp=7581b5a7559a1d507175aaff954ebdd286706343;hpb=2a2ed2db353d949c06b6ef8b6913f65b39111eab;p=mirror_ubuntu-artful-kernel.git diff --git a/include/asm-frv/hardirq.h b/include/asm-frv/hardirq.h index 7581b5a7559a..fc47515822a2 100644 --- a/include/asm-frv/hardirq.h +++ b/include/asm-frv/hardirq.h @@ -26,5 +26,10 @@ typedef struct { #error SMP not available on FR-V #endif /* CONFIG_SMP */ +extern atomic_t irq_err_count; +static inline void ack_bad_irq(int irq) +{ + atomic_inc(&irq_err_count); +} #endif