x86/unwind: Remove unused 'sp' parameter in unwind_dump()
authorJosh Poimboeuf <jpoimboe@redhat.com>
Tue, 18 Apr 2017 13:12:58 +0000 (08:12 -0500)
committerIngo Molnar <mingo@kernel.org>
Wed, 19 Apr 2017 07:59:47 +0000 (09:59 +0200)
commitaa4f853461aab5f526a312bf418091a95626632b
treea2d931151c15b8d1086082e03b8bbe523635bcb4
parent4ea3d7410c3597910071182a6bc258c015942887
x86/unwind: Remove unused 'sp' parameter in unwind_dump()

The 'sp' parameter to unwind_dump() is unused.  Remove it.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/08cb36b004629f6bbcf44c267ae4a609242ebd0b.1492520933.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/unwind_frame.c