Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c77ff22 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq: Remove __do_IRQ



All architectures are finally converted. Remove the cruft.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Greg Ungerer <gerg@uclinux.org>
Cc: Michal Simek <monstr@monstr.eu>
Acked-by: default avatarDavid Howells <dhowells@redhat.com>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Chen Liqin <liqin.chen@sunplusct.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Cc: Jeff Dike <jdike@addtoit.com>
parent 0e155b2c
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -357,14 +357,6 @@ Who: Dave Jones <davej@redhat.com>, Matthew Garrett <mjg@redhat.com>


-----------------------------
-----------------------------


What:	__do_IRQ all in one fits nothing interrupt handler
When:	2.6.32
Why:	__do_IRQ was kept for easy migration to the type flow handlers.
	More than two years of migration time is enough.
Who:	Thomas Gleixner <tglx@linutronix.de>

-----------------------------

What:	fakephp and associated sysfs files in /sys/bus/pci/slots/
What:	fakephp and associated sysfs files in /sys/bus/pci/slots/
When:	2011
When:	2011
Why:	In 2.6.27, the semantics of /sys/bus/pci/slots was redefined to
Why:	In 2.6.27, the semantics of /sys/bus/pci/slots was redefined to
+0 −3
Original line number Original line Diff line number Diff line
@@ -68,9 +68,6 @@ config GENERIC_IOMAP
	bool
	bool
	default n
	default n


config GENERIC_HARDIRQS_NO__DO_IRQ
	def_bool y

config GENERIC_HARDIRQS
config GENERIC_HARDIRQS
	bool
	bool
	default y
	default y
+0 −3
Original line number Original line Diff line number Diff line
@@ -50,9 +50,6 @@ config GENERIC_HARDIRQS
config GENERIC_IRQ_PROBE
config GENERIC_IRQ_PROBE
	def_bool y
	def_bool y


config GENERIC_HARDIRQS_NO__DO_IRQ
	def_bool y

config GENERIC_GPIO
config GENERIC_GPIO
	def_bool y
	def_bool y


+0 −4
Original line number Original line Diff line number Diff line
@@ -33,10 +33,6 @@ config GENERIC_HARDIRQS
	bool
	bool
	default y
	default y


config GENERIC_HARDIRQS_NO__DO_IRQ
	bool
	default y

config TIME_LOW_RES
config TIME_LOW_RES
	bool
	bool
	default y
	default y
+0 −3
Original line number Original line Diff line number Diff line
@@ -684,9 +684,6 @@ source "lib/Kconfig"
config GENERIC_HARDIRQS
config GENERIC_HARDIRQS
	def_bool y
	def_bool y


config GENERIC_HARDIRQS_NO__DO_IRQ
	def_bool y

config GENERIC_IRQ_PROBE
config GENERIC_IRQ_PROBE
	bool
	bool
	default y
	default y
Loading