Bruno Premont
61f3826133
genirq: Fix UP compile failure caused by irq_thread_check_affinity
...
Since genirq: Delegate irq affinity setting to the irq thread
(591d2fb02ea80472d846c0b8507007806bdd69cc) compilation with
CONFIG_SMP=n fails with following error:
/usr/src/linux-2.6/kernel/irq/manage.c:
In function 'irq_thread_check_affinity':
/usr/src/linux-2.6/kernel/irq/manage.c:475:
error: 'struct irq_desc' has no member named 'affinity'
make[4]: *** [kernel/irq/manage.o] Error 1
That commit adds a new function irq_thread_check_affinity() which
uses struct irq_desc.affinity which is only available for CONFIG_SMP=y.
Move that function under #ifdef CONFIG_SMP.
[ tglx@brownpaperbag: compile and boot tested on UP and SMP ]
Signed-off-by: Bruno Premont <bonbons@linux-vserver.org>
LKML-Reference: <20090722222232.2eb3e1c4@neptune.home>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2009-07-22 23:18:46 +02:00
..
2009-06-18 13:03:58 -07:00
2009-07-22 23:18:46 +02:00
2009-07-12 12:22:34 -07:00
2009-07-19 17:15:54 +02:00
2009-07-16 23:34:32 -04:00
2009-06-30 18:56:00 -07:00
2009-06-08 12:31:53 -07:00
2009-06-24 00:02:38 -04:00
2009-06-24 00:00:52 -04:00
2009-06-24 00:02:38 -04:00
2009-06-24 00:02:38 -04:00
2009-06-24 00:00:52 -04:00
2009-06-24 00:02:38 -04:00
2009-01-14 14:15:19 +01:00
2009-04-02 19:04:54 -07:00
2009-06-18 13:03:46 -07:00
2009-04-30 19:24:24 +02:00
2009-06-22 21:18:12 -07:00
2009-06-16 19:47:31 -07:00
2009-05-11 08:15:36 +10:00
2008-12-18 13:54:01 +01:00
2009-01-21 18:51:53 +09:00
2009-03-31 23:00:27 -04:00
2009-07-08 09:31:56 -07:00
2009-04-05 11:04:19 -07:00
2009-07-22 11:41:56 -07:00
2009-07-18 14:19:53 +02:00
2009-07-11 12:40:44 +02:00
2009-06-16 19:47:48 -07:00
2009-07-10 17:32:55 +02:00
2009-02-11 11:04:16 +01:00
2009-02-05 13:04:33 +01:00
2009-06-09 22:37:52 +02:00
2008-12-25 09:31:28 +01:00
2009-06-12 21:32:31 +02:00
2009-06-16 19:47:47 -07:00
2009-05-15 07:56:24 -05:00
2009-07-08 09:31:56 -07:00
2009-07-01 10:43:07 +02:00
2009-01-06 10:44:31 -08:00
2009-06-18 13:03:54 -07:00
2009-02-11 10:18:04 +01:00
2009-05-12 19:59:52 +02:00
2009-02-14 23:28:28 +01:00
2009-02-14 23:27:59 +01:00
2009-05-07 11:17:34 +02:00
2009-06-28 11:05:04 -07:00
2009-07-08 10:30:03 -07:00
2009-01-14 18:09:02 +01:00
2009-01-14 18:09:02 +01:00
2009-06-11 17:55:42 +02:00
2009-01-14 18:09:02 +01:00
2009-04-02 19:04:53 -07:00
2009-06-18 13:03:56 -07:00
2009-05-16 13:41:28 -07:00
2009-06-12 21:46:58 +09:30
2009-07-22 11:41:56 -07:00
2009-06-18 13:03:55 -07:00
2009-07-09 17:07:02 +01:00
2009-04-30 08:08:31 +02:00
2009-01-14 14:15:20 +01:00
2009-06-16 11:02:28 -07:00
2009-06-16 19:47:32 -07:00
2009-07-06 13:57:04 -07:00
2009-04-03 12:23:02 +02:00
2009-04-15 13:55:14 -07:00
2008-12-18 21:56:04 +01:00
2009-05-05 20:28:05 +02:00
2009-03-30 22:05:16 +10:30
2009-04-14 11:33:43 +02:00
2009-06-24 15:02:48 +02:00
2009-04-03 12:23:03 +02:00
2009-04-05 11:04:19 -07:00
2009-06-18 13:03:48 -07:00
2009-06-30 18:56:00 -07:00
2009-04-06 11:14:02 +02:00
2009-06-12 18:01:50 +02:00
2009-05-09 10:08:19 +02:00
2009-06-17 16:08:04 +02:00
2009-03-30 22:05:17 +10:30
2009-06-17 18:29:42 +02:00
2009-07-18 11:17:08 +02:00
2009-03-30 17:17:35 -07:00
2009-05-15 15:32:45 +02:00
2009-07-10 10:43:29 +02:00
2009-03-24 23:16:51 +01:00
2009-07-18 14:19:52 +02:00
2009-03-02 15:41:30 -08:00
2009-06-18 13:03:52 -07:00
2009-06-16 19:47:49 -07:00
2009-06-09 22:30:27 +09:30
2009-07-22 17:01:17 +02:00
2009-01-16 14:06:04 +01:00
2009-04-02 19:05:11 -07:00
2008-12-25 11:44:43 +01:00
2009-03-30 22:05:17 +10:30
2009-01-21 16:37:27 +01:00
2009-06-16 19:47:48 -07:00
2009-02-01 01:04:33 -08:00
2009-06-28 11:05:28 -07:00
2009-01-01 10:12:28 +10:30
2009-01-06 15:59:20 -08:00
2009-01-14 14:15:18 +01:00
2009-07-18 23:11:43 +02:00
2009-03-18 19:55:00 +01:00
2009-03-09 08:13:35 -07:00
2009-01-14 14:15:26 +01:00
2009-01-12 16:04:37 +01:00
2009-02-27 16:26:21 -08:00
2009-06-15 21:30:23 -07:00
2009-04-02 19:05:01 -07:00
2009-06-18 13:03:55 -07:00
2009-04-14 17:17:16 +02:00
2009-06-02 01:10:40 +02:00