Ingo Molnar
d77aeb5d40
irqchip: Fix "Loongson HyperTransport Vector support" driver build on all non-MIPS platforms
...
This commit:
818e915fbac5: ("irqchip: Add Loongson HyperTransport Vector support")
Added a MIPS-only driver, but turned on compilation on all other architectures as well:
config LOONGSON_HTVEC
bool "Loongson3 HyperTransport Interrupt Vector Controller"
depends on MACH_LOONGSON64 || COMPILE_TEST
But this driver was never build tested on any other architecture than MIPS:
drivers/irqchip/irq-loongson-htvec.c: In function ‘htvec_irq_dispatch’:
drivers/irqchip/irq-loongson-htvec.c:59:3: error: implicit declaration of function ‘spurious_interrupt’; did you mean ‘smp_reboot_interrupt’? [-Werror=implicit-function-declaration]
Because spurious_interrupt() only exists on MIPS.
So make it MIPS-only.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2020-06-01 09:48:52 +02:00
..
2019-05-30 11:26:32 -07:00
2019-06-19 17:09:55 +02:00
2019-09-09 18:11:47 +01:00
2018-06-12 16:19:22 -07:00
2017-08-31 20:12:51 +02:00
2019-06-19 17:09:55 +02:00
2020-01-20 19:10:04 +00:00
2019-05-30 11:26:37 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2018-11-06 18:01:41 +08:00
2020-03-16 15:48:54 +00:00
2017-07-04 11:10:37 +01:00
2017-07-04 11:10:37 +01:00
2020-03-16 15:48:54 +00:00
2020-03-16 15:48:54 +00:00
2018-12-13 09:35:36 +00:00
2019-06-19 17:09:55 +02:00
2020-04-17 08:59:30 +01:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:32 -07:00
2019-06-19 17:09:55 +02:00
2019-01-09 00:18:46 +08:00
2019-07-08 11:01:13 -07:00
2019-02-19 20:02:17 +05:30
2019-02-19 20:03:42 +05:30
2017-08-23 10:09:28 +01:00
2018-12-18 14:22:28 +01:00
2016-10-19 14:24:36 +02:00
2017-11-02 11:10:55 +01:00
2019-08-20 10:23:35 +01:00
2019-08-20 10:23:34 +01:00
2019-06-19 17:09:07 +02:00
2017-11-02 11:10:55 +01:00
2019-11-21 07:49:29 -06:00
2018-07-16 14:22:19 +01:00
2019-11-21 07:49:29 -06:00
2019-06-19 17:09:07 +02:00
2020-05-20 11:00:00 +01:00
2019-05-03 15:30:03 +01:00
2020-05-25 10:32:51 +01:00
2020-03-24 12:15:51 +00:00
2020-05-25 10:32:51 +01:00
2019-05-30 11:26:32 -07:00
2019-08-20 10:23:34 +01:00
2020-03-08 14:25:46 +00:00
2019-08-20 10:35:55 +01:00
2019-08-01 20:21:00 +02:00
2020-01-20 19:10:05 +00:00
2019-04-29 15:45:00 +01:00
2020-03-22 11:52:52 +00:00
2020-03-08 14:25:46 +00:00
2019-08-07 14:24:41 +01:00
2016-10-14 14:26:55 +02:00
2019-08-20 10:35:55 +01:00
2020-03-25 10:56:43 +01:00
2020-05-29 09:42:18 +01:00
2020-03-25 10:56:00 +01:00
2020-05-29 09:42:18 +01:00
2020-05-29 09:42:18 +01:00
2019-05-30 11:26:37 -07:00
2019-04-05 14:37:56 +02:00
2019-11-10 18:47:49 +00:00
2019-06-19 17:09:55 +02:00
2019-01-17 17:04:24 +00:00
2020-04-17 08:59:27 +01:00
2020-04-17 08:59:29 +01:00
2019-05-30 11:26:32 -07:00
2020-01-06 09:45:59 +01:00
2019-08-30 15:23:30 +01:00
2018-12-13 09:35:56 +00:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2018-06-12 16:19:22 -07:00
2020-04-17 08:59:29 +01:00
2016-02-19 15:42:29 +00:00
2016-08-22 22:58:27 +00:00
2019-03-21 16:43:00 +01:00
2019-05-21 11:28:39 +02:00
2020-01-20 09:24:47 +00:00
2017-10-16 21:05:14 +02:00
2018-01-04 11:13:22 +00:00
2019-05-30 11:26:32 -07:00
2018-11-27 10:54:17 -06:00
2019-06-19 17:09:07 +02:00
2019-05-30 11:26:32 -07:00
2018-12-18 12:55:23 +00:00
2018-12-18 14:22:28 +01:00
2017-11-02 11:10:55 +01:00
2020-03-08 14:25:46 +00:00
2019-06-11 12:22:42 +01:00
2019-07-26 14:40:01 +01:00
2019-05-30 11:26:37 -07:00
2019-06-19 17:09:55 +02:00
2020-05-25 10:38:25 +01:00
2019-05-21 11:28:40 +02:00
2019-07-08 11:01:13 -07:00
2019-06-19 17:09:55 +02:00
2020-03-08 14:25:45 +00:00
2018-12-13 09:35:58 +00:00
2017-06-22 14:08:17 +01:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:37:06 +02:00
2019-06-05 17:36:37 +02:00
2020-04-17 08:59:28 +01:00
2019-05-01 10:48:56 +01:00
2016-02-18 02:09:18 +00:00
2019-09-05 09:28:13 +01:00
2020-03-22 11:52:16 +00:00
2019-06-19 17:09:55 +02:00
2020-03-08 14:25:45 +00:00
2019-05-30 11:26:35 -07:00
2020-04-01 09:12:24 +01:00
2019-01-26 02:02:15 -08:00
2019-01-26 02:02:14 -08:00
2019-11-10 18:47:44 +00:00
2015-10-01 02:18:38 +02:00
2020-06-01 09:48:52 +02:00
2020-05-29 09:42:18 +01:00
2020-03-22 11:52:52 +00:00
2019-11-16 10:22:01 +00:00
2016-05-27 15:26:11 -07:00