- Make kdb object cpulocal, with selected static members being global

This commit is contained in:
Jan Stoess 2007-12-07 18:59:43 +01:00
parent 0e69cf3e1c
commit 87497f0396
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@
/* THE kernel debugger instance */
kdb_t kdb;
kdb_t UNIT ("cpulocal") kdb;
cmd_mode_t kdb_t::kdb_cmd_mode;
/* From generic/linker_set.cc */
void init_sets (void);