]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kdb: Remove unused KDB_FLAG_ONLY_DO_DUMP
authorJason Wessel <jason.wessel@windriver.com>
Tue, 31 Jul 2012 03:44:41 +0000 (22:44 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Tue, 31 Jul 2012 13:16:42 +0000 (08:16 -0500)
commit0f26d0e0a715556270d85b7946b99546a2f92888
tree4dcfb4d8e509d958badde6f099650b382e7b7733
parent28a33cbc24e4256c143dce96c7d93bf423229f92
kdb: Remove unused KDB_FLAG_ONLY_DO_DUMP

This code cleanup was missed in the original kdb merge, and this code
is simply not used at all.  The code that was previously used to set
the KDB_FLAG_ONLY_DO_DUMP was removed prior to the initial kdb merge.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
include/linux/kdb.h
kernel/debug/kdb/kdb_main.c