Paul Bolle
678301ecad
x86, ioapic: Don't warn about non-existing IOAPICs if we have none
...
mp_find_ioapic() prints errors like:
ERROR: Unable to locate IOAPIC for GSI 13
if it can't find the IOAPIC that manages that specific GSI. I
see errors like that at every boot of a laptop that apparently
doesn't have any IOAPICs.
But if there are no IOAPICs it doesn't seem to be an error that
none can be found. A solution that gets rid of this message is
to directly return if nr_ioapics (still) is zero. (But keep
returning -1 in that case, so nothing breaks from this change.)
The call chain that generates this error is:
pnpacpi_allocated_resource()
case ACPI_RESOURCE_TYPE_IRQ:
pnpacpi_parse_allocated_irqresource()
acpi_get_override_irq()
mp_find_ioapic()
Signed-off-by: Paul Bolle <pebolle@tiscali.nl >
Signed-off-by: Ingo Molnar <mingo@elte.hu >
2011-02-15 04:15:04 +01:00
..
2011-02-07 09:07:13 +01:00
2011-02-15 04:15:04 +01:00
2011-02-06 12:03:10 -08:00
2011-01-06 11:11:50 -08:00
2010-10-21 14:23:48 -07:00
2010-11-01 15:38:34 -04:00
2011-01-11 12:43:41 +01:00
2011-01-14 11:53:44 -08:00
2011-01-11 12:43:41 +01:00
2010-10-24 13:41:39 -07:00
2010-10-19 14:28:02 -07:00
2010-08-27 11:12:29 -07:00
2010-11-17 08:59:32 -08:00
2010-10-26 16:52:08 -07:00
2010-09-17 09:11:56 +02:00
2010-07-21 11:33:27 -07:00
2010-11-18 14:37:34 +01:00
2011-01-24 13:46:15 -08:00
2011-01-13 20:15:35 -08:00
2011-01-07 00:36:55 -05:00
2010-12-06 20:52:04 +01:00
2010-10-21 13:18:06 -07:00
2011-01-12 11:23:16 +02:00
2011-01-13 10:14:24 -08:00
2011-01-07 17:02:58 -08:00
2010-11-12 00:45:41 +01:00
2010-10-14 09:06:49 +02:00
2011-02-04 22:27:28 -08:00
2010-07-21 21:23:51 -07:00
2010-08-27 11:12:29 -07:00
2010-12-13 13:42:44 +01:00
2010-12-30 12:20:28 +01:00
2011-01-12 12:02:26 +02:00
2010-10-12 16:53:36 +02:00
2011-01-18 14:29:21 -08:00
2010-10-18 19:58:50 +02:00
2011-02-12 11:56:22 +01:00
2010-10-21 14:11:46 -07:00
2010-09-22 16:33:03 -04:00
2010-10-15 15:53:27 +02:00
2011-01-07 15:08:53 +01:00
2011-01-07 17:02:58 -08:00
2011-01-12 11:30:56 +02:00
2011-01-12 11:23:10 +02:00
2010-09-22 15:36:49 -07:00
2011-01-06 11:06:31 -08:00
2011-01-06 11:06:09 -08:00
2010-10-24 13:41:39 -07:00
2010-12-27 14:33:30 +01:00
2010-11-18 13:41:35 +01:00
2011-01-13 17:32:34 -08:00
2010-12-09 21:52:06 +01:00
2010-11-17 08:59:32 -08:00
2011-01-13 17:32:39 -08:00
2010-08-26 15:14:15 -07:00
2010-08-26 15:14:52 -07:00
2010-11-18 15:53:05 +01:00
2010-08-26 15:13:19 -07:00
2010-08-26 15:13:37 -07:00
2011-01-12 18:05:16 -05:00
2011-01-12 18:05:16 -05:00
2011-02-14 12:08:28 +01:00
2010-10-27 18:03:10 -07:00
2010-11-28 09:33:20 +01:00
2010-09-15 16:27:04 +02:00
2010-11-12 00:45:41 +01:00
2011-01-07 15:08:53 +01:00
2010-12-17 10:01:30 -08:00
2011-01-13 08:03:07 -08:00
2010-10-21 18:52:11 -07:00
2011-01-06 10:51:36 -08:00
2010-10-21 13:30:44 -07:00
2011-02-10 13:26:53 +01:00
2010-11-18 14:37:34 +01:00
2010-09-03 08:16:02 +02:00
2010-08-10 15:35:10 -07:00
2011-01-13 17:32:40 -08:00
2010-11-18 09:08:23 +01:00
2010-11-10 15:42:42 -08:00
2010-10-22 20:37:50 -07:00
2011-01-07 15:08:53 +01:00
2011-01-15 12:45:00 -08:00
2010-11-18 09:58:54 +01:00
2011-01-13 17:32:41 -08:00
2011-01-19 10:09:42 +01:00
2010-07-27 12:40:54 +02:00
2010-10-18 10:49:34 -04:00
2010-12-13 16:13:11 -08:00