genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=y
authorThomas Gleixner <tglx@linutronix.de>
Thu, 10 Feb 2011 21:01:25 +0000 (22:01 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:22 +0000 (12:58 +0100)
commita6967caf00ebbb2d4acdebcb72a25f2e9ba43fd2
treefbc957bb2e34d644164d3b0df874da88fa01ec3e
parente1ef824146131709d7466e37f889f2dab24ca98e
genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=y

If everything uses the right accessors, then enabling
GENERIC_HARDIRQS_NO_COMPAT should just work. If not it will tell you.

Don't be lazy and use the trick which I use in the core code!

git grep status_use_accessors

will unearth it in a split second. Offenders are tracked down and not
slapped with stinking trouts. This time we use frozen shark for a
better educational value.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/irqdesc.h
kernel/irq/internals.h
kernel/irq/settings.h