]> git.neil.brown.name Git - history.git/commit
[PATCH] acpi_smp_processor_id() warning fix
authorAndrew Morton <akpm@osdl.org>
Tue, 11 Jan 2005 09:40:22 +0000 (01:40 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 09:40:22 +0000 (01:40 -0800)
commit0fada656bc0fbf5403cb7e629a836bfb77e7c096
tree23bb3e5fc42632eb83c2512f94804f3e48ecebf6
parentd6837efcfc98cc576cb770dfa6366776a6911caa
[PATCH] acpi_smp_processor_id() warning fix

Suppress an "using smp_processor_id in preemptible code" warning.  The idle
thread isn't preemptible, so we can simply use _smp_processor_id().

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/acpi/processor_idle.c