Yinghai Lu
ce8442b551
acpi: don't call acpi_processor_init if acpi is disabled
Jens reported early_ioremap messages with old ASUS board...
> [ 1.507461] pci 0000:00:09.0: Firmware left e100 interrupts enabled; disabling
> [ 1.532778] early_ioremap(3fffd080, 0000005c) [0] => Pid: 1, comm: swapper Not tainted 2.6.31-rc4 #36
> [ 1.561007] Call Trace:
> [ 1.568638] [<c136e48b>] ? printk+0x18/0x1d
> [ 1.581734] [<c15513ff>] __early_ioremap+0x74/0x1e9
> [ 1.596898] [<c15515aa>] early_ioremap+0x1a/0x1c
> [ 1.611270] [<c154a187>] __acpi_map_table+0x18/0x1a
> [ 1.626451] [<c135a7f8>] acpi_os_map_memory+0x1d/0x25
> [ 1.642129] [<c119459c>] acpi_tb_verify_table+0x20/0x49
> [ 1.658321] [<c1193e50>] acpi_get_table_with_size+0x53/0xa1
> [ 1.675553] [<c1193eae>] acpi_get_table+0x10/0x15
> [ 1.690192] [<c155cc19>] acpi_processor_init+0x23/0xab
> [ 1.706126] [<c1001043>] do_one_initcall+0x33/0x180
> [ 1.721279] [<c155cbf6>] ? acpi_processor_init+0x0/0xab
> [ 1.737479] [<c106893a>] ? register_irq_proc+0xaa/0xc0
> [ 1.753411] [<c10689b7>] ? init_irq_proc+0x67/0x80
> [ 1.768316] [<c15405e7>] kernel_init+0x120/0x176
> [ 1.782678] [<c15404c7>] ? kernel_init+0x0/0x176
> [ 1.797062] [<c10038b7>] kernel_thread_helper+0x7/0x10
> [ 1.812984] 00000080 + ffe00000
that is rather later.
acpi_gbl_permanent_mmap should be set in acpi_early_init()
if acpi is not disabled
and we have
> [ 0.000000] ASUS P2B-DS detected: force use of acpi=ht
just don't load acpi_processor_init...
Reported-and-tested-by: Jens Rosenboom <jens@leia.mcbone.net>
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-08-26 20:06:52 -07:00
..
2009-08-26 20:06:52 -07:00
2009-07-05 22:39:08 +01:00
2009-08-12 06:21:32 -04:00
2009-08-10 23:41:18 +02:00
2009-07-28 08:57:33 +02:00
2009-07-12 12:22:34 -07:00
2009-08-25 09:12:43 -07:00
2009-08-15 12:58:45 +09:00
2009-07-21 12:43:51 -07:00
2009-08-04 14:32:11 -04:00
2009-06-18 19:31:09 +08:00
2009-07-30 16:46:31 -07:00
2009-08-04 12:10:06 +02:00
2009-06-16 19:50:13 -07:00
2009-07-06 14:03:44 -07:00
2009-06-17 09:35:24 -07:00
2009-07-12 12:22:34 -07:00
2009-08-23 11:36:13 +10:00
2009-07-22 09:30:07 -07:00
2009-07-28 16:31:39 +02:00
2009-08-20 22:27:58 +01:00
2009-07-21 20:36:25 -07:00
2009-07-06 14:03:44 -07:00
2009-06-13 23:36:29 -07:00
2009-06-23 10:38:47 -07:00
2009-08-24 12:25:27 -07:00
2009-08-04 15:38:34 -07:00
2009-07-03 15:45:29 +01:00
2009-07-30 16:03:46 +09:30
2009-06-26 14:37:25 +10:00
2009-08-18 13:54:08 -07:00
2009-08-13 20:39:14 -03:00
2009-06-22 08:54:14 -05:00
2009-08-04 20:31:32 +02:00
2009-07-31 12:28:46 +02:00
2009-08-07 10:39:56 -07:00
2009-08-24 11:56:00 -04:00
2009-08-25 20:39:37 -07:00
2009-07-22 09:27:18 -07:00
2009-07-10 12:35:36 +02:00
2009-08-02 15:42:39 +02:00
2009-06-30 18:55:59 -07:00
2009-08-20 09:08:45 -07:00
2009-07-08 10:30:03 -07:00
2009-08-02 12:36:01 -04:00
Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release
2009-06-24 01:19:50 -04:00
2009-07-30 16:45:53 -07:00
2009-08-26 20:06:52 -07:00
2009-06-15 16:47:25 +10:00
2009-06-15 21:45:32 -05:00
2009-06-15 11:18:27 +01:00
2009-07-29 19:10:35 -07:00
2009-08-23 18:10:00 +02:00
2009-07-17 10:28:19 -07:00
2009-08-14 09:16:05 -05:00
2009-08-14 00:43:46 +01:00
2009-06-12 01:34:12 +03:00
2009-08-18 16:31:13 -07:00
2009-07-09 20:33:18 -07:00
2009-08-07 16:12:03 -07:00
2009-07-12 12:22:34 -07:00
2009-08-26 20:06:52 -07:00
2009-08-07 16:05:14 -07:00
2009-08-15 12:58:42 +09:00
2009-07-30 16:03:45 +09:30
2009-07-06 13:57:03 -07:00
2009-08-07 10:39:55 -07:00
2009-08-15 13:05:01 +00:00
2009-07-01 11:19:47 +02:00
2009-06-18 13:04:04 -07:00
2009-06-18 13:04:04 -07:00