From: Peter Zijlstra Date: Wed, 4 Mar 2009 13:53:24 +0000 (+0100) Subject: lockdep: remove extra "irq" string X-Git-Tag: v2.6.30-rc1~216^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26575e28df5eb2050c02369843faba38cecb4d8c;p=pandora-kernel.git lockdep: remove extra "irq" string Impact: clarify lockdep printk text print_irq_inversion_bug() gets handed state strings of the form "HARDIRQ", "SOFTIRQ", "RECLAIM_FS" and appends "-irq-{un,}safe" to them, which is either redudant for *IRQ or confusing in the RECLAIM_FS case. Signed-off-by: Peter Zijlstra LKML-Reference: <1236175192.5330.7585.camel@laptop> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed