[RFC][patch 00/44] Consolidate irq_action flags



The recent interrupt rework introduced bit value conflicts with sparc.
Instead of introducing new architecture flags mess, move the interrupt
SA_ flags out of the signal namespace and replace them by interrupt
related flags.

This allows to remove the obsolete SA_INTERRUPT flag and clean up
the bit field values.

The patch was mostly created by a script, manually fixed up and reviewed.
Compile tested on various platforms. Boot tested on i386/x86_64

tglx
--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • [S390] cio: update documentation.
    ... -Prior to call ccw_device_startthe device driver must assure disabled state, ... -by calling local_save_flags(flags). ... -environment an interrupt might be presented prior to the ccw_device_start ... +ccw_device_startmust be called disabled and with the ccw device lock held. ...
    (Linux-Kernel)
  • [patch] consolidate interrupt-related constants
    ... handling code was recently consolidated, ... it looks likely that the related flags ... for interrupt handling. ... a flags into an i386-specific header ...
    (Linux-Kernel)
  • [RFC][patch 01/44] Consolidate flags for request_irq
    ... Move the interrupt related SA_ flags out of linux/signal.h and rename ... * irq handling routines. ... Real Time signals may be queued. ...
    (Linux-Kernel)
  • Re: Fwd: [RFC] IRQ type flags
    ... > Some ARM platforms have the ability to program the interrupt controller ... > to detect various interrupt edges and/or levels. ... > need these flags and they're cross-architecture. ... I agree that the type of IRQ should be considered when registering ...
    (Linux-Kernel)