]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
lockdep: remove extra "irq" string
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 4 Mar 2009 13:53:24 +0000 (14:53 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 4 Mar 2009 17:38:34 +0000 (18:38 +0100)
commit26575e28df5eb2050c02369843faba38cecb4d8c
tree048d715d8653c0fa88a8c2dd3fb5153537d4e581
parent1c21f14ec48a2256fb03682b24dddd23eacdc96f
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 <a.p.zijlstra@chello.nl>
LKML-Reference: <1236175192.5330.7585.camel@laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/lockdep.c