From: Hirokazu Takata Date: Fri, 14 Oct 2005 22:59:07 +0000 (-0700) Subject: [PATCH] m32r: Fix smp.c for preempt kernel X-Git-Tag: v2.6.14-rc5~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a90933fb4e7b85587e5cbdf863deeb16695c19bd;p=pandora-kernel.git [PATCH] m32r: Fix smp.c for preempt kernel This patch fixes the following BUG message of arch/m32r/smp.c for CONFIG_DEBUG_PREEMPT: BUG: using smp_processor_id() in preemptible This message is displayed by an smp_processor_id() execution during kernel's preemptible-state. Signed-off-by: Hitoshi Yamamoto Signed-off-by: Hirokazu Takata Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed