From: Benjamin Herrenschmidt Date: Fri, 11 May 2007 05:22:47 +0000 (-0700) Subject: stop_machine() now uses hard_irq_disable X-Git-Tag: v2.6.22-rc1~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a12bb44471b819c7f33d8a83044e7116c124e3d5;p=pandora-kernel.git stop_machine() now uses hard_irq_disable Add a call to hard_irq_disable() to stop_machine so that we make sure IRQs are really disabled and not only lazy-disabled on archs like powerpc as some users of stop_machine() may rely on that. [akpm@linux-foundation.org: build fix] Signed-off-by: Benjamin Herrenschmidt Acked-by: Rusty Russell Cc: Paul Mackerras Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed