aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2015-01-08 15:46:55 -0600
committerJason Wessel <jason.wessel@windriver.com>2015-02-19 12:39:02 -0600
commitdf0036d117e6c9df36324e517728e33543065f9a (patch)
treec1b944a4cbbe24ec31103ee2e229a17c561293ce /lib
parentkdb: fix incorrect counts in KDB summary command output (diff)
downloadlinux-dev-df0036d117e6c9df36324e517728e33543065f9a.tar.xz
linux-dev-df0036d117e6c9df36324e517728e33543065f9a.zip
kdb: Fix off by one error in kdb_cpu()
There was a follow on replacement patch against the prior "kgdb: Timeout if secondary CPUs ignore the roundup". See: https://lkml.org/lkml/2015/1/7/442 This patch is the delta vs the patch that was committed upstream: * Fix an off-by-one error in kdb_cpu(). * Replace NR_CPUS with CONFIG_NR_CPUS to tell checkpatch that we really want a static limit. * Removed the "KGDB: " prefix from the pr_crit() in debug_core.c (kgdb-next contains a patch which introduced pr_fmt() to this file to the tag will now be applied automatically). Cc: Daniel Thompson <daniel.thompson@linaro.org> Cc: <stable@vger.kernel.org> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions