]> git.baikalelectronics.ru Git - kernel.git/commit
kdb: kdb_current_regs should be private
authorDouglas Anderson <dianders@chromium.org>
Sat, 9 Nov 2019 19:16:41 +0000 (11:16 -0800)
committerDaniel Thompson <daniel.thompson@linaro.org>
Fri, 31 Jan 2020 17:33:54 +0000 (17:33 +0000)
commita7625076f9e1644dfca3710a2b7e8a23831ba8e5
tree8a5fea7f18e55b6a78fff01b25ac3c356146c1a7
parentd09049a5df5bf5f49c415ee314841797624f7382
kdb: kdb_current_regs should be private

As of the patch ("MIPS: kdb: Remove old workaround for backtracing on
other CPUs") there is no reason for kdb_current_regs to be in the
public "kdb.h".  Let's move it next to kdb_current_task.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20191109111623.2.Iadbfb484e90b557cc4b5ac9890bfca732cd99d77@changeid
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
include/linux/kdb.h
kernel/debug/kdb/kdb_private.h