alistair23-linux/kernel/debug/kdb
Rusty Russell 7523e4dc50 module: use a structure to encapsulate layout.
Makes it easier to handle init vs core cleanly, though the change is
fairly invasive across random architectures.

It simplifies the rbtree code immediately, however, while keeping the
core data together in the same cachline (now iff the rbtree code is
enabled).

Acked-by: Peter Zijlstra <peterz@infradead.org>
Reviewed-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2015-12-04 22:46:25 +01:00
..
.gitignore
kdb_bp.c kdb: Categorize kdb commands (similar to SysRq categorization) 2014-11-11 09:31:52 -06:00
kdb_bt.c
kdb_cmds
kdb_debugger.c kgdb: timeout if secondary CPUs ignore the roundup 2014-11-11 09:31:53 -06:00
kdb_io.c kdb: Const qualifier for kdb_getstr's prompt argument 2015-02-19 12:39:03 -06:00
kdb_keyboard.c
kdb_main.c module: use a structure to encapsulate layout. 2015-12-04 22:46:25 +01:00
kdb_private.h kdb: Const qualifier for kdb_getstr's prompt argument 2015-02-19 12:39:03 -06:00
kdb_support.c
Makefile