kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt bool
authorDouglas Anderson <dianders@chromium.org>
Wed, 25 Sep 2019 20:02:18 +0000 (13:02 -0700)
committerDaniel Thompson <daniel.thompson@linaro.org>
Thu, 10 Oct 2019 15:28:08 +0000 (16:28 +0100)
commit54af3e39eed7d77f0923511f3c7f446e7d477635
treee2d43f93fdefc006b920853f1ef18d6542e5d33a
parent0f8b5b6d56b5fa4085c06945ea3e1ee5941ecfeb
kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt bool

The kdb_bt1() had a mysterious "argcount" parameter passed in (always
the number 5, by the way) and never used.  Presumably this is just old
cruft.  Remove it.  While at it, upgrade the btaprompt parameter to a
full fledged bool instead of an int.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
kernel/debug/kdb/kdb_bt.c