Jesper Juhl 028a690a1e i386: Remove unneeded test of 'task' in dump_trace()
Remove unneeded test of task != NULL from
arch/i386/kernel/traps.c::dump_trace()

At the start of the function we have this test:
        if (!task)
                task = current;
so further down there's no need to test 'task'.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-21 18:37:12 -07:00
..
2007-07-21 17:49:15 -07:00
2007-07-19 10:04:52 -07:00
2007-07-18 12:09:01 -07:00
2007-07-18 08:47:42 -07:00
2007-07-21 18:37:12 -07:00
2007-07-21 18:37:09 -07:00
2006-12-08 08:28:39 -08:00
2007-07-17 10:23:04 -07:00
2007-07-18 08:47:42 -07:00
2007-06-20 14:27:25 -07:00
2007-07-18 08:47:41 -07:00
2007-07-19 10:04:52 -07:00
2007-07-18 08:47:42 -07:00
2007-07-21 17:49:15 -07:00