From: Ingo Molnar Date: Mon, 26 Jun 2006 07:24:31 +0000 (-0700) Subject: [PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqs X-Git-Tag: v2.6.18-rc1~828 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb00c6cbd8356f43b46322742f3c01c2a1f02da;p=pandora-kernel.git [PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqs It seems ppc64 wants to lock mutexes in early bootup code, with interrupts disabled, and they expect interrupts to stay disabled, else they crash. Work around this bug by making mutex debugging variants save/restore irq flags. Signed-off-by: Ingo Molnar Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed