sh: Silence unintialized variable warnings in dwarf unwinder.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 23 Mar 2010 08:07:41 +0000 (17:07 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 23 Mar 2010 08:07:41 +0000 (17:07 +0900)
commit4e1a2594094020bdb41c18681c1765671138d06a
tree2550b46d45bb304212cd97eb6880c67b21491237
parent90851c40769791a6ddeef691c482ecf69bae4a5c
sh: Silence unintialized variable warnings in dwarf unwinder.

The parent rb_node needs to be initialized to shut up the compiler, even
though we're unlikely to ever hit this issue at run time.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/dwarf.c