pseudo: only include kernel stats if FULL_SYSTEM.
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
|
||||
#include "arch/kernel_stats.hh"
|
||||
#include "config/full_system.hh"
|
||||
|
||||
#include "arch/vtophys.hh"
|
||||
#include "base/debug.hh"
|
||||
#include "cpu/base.hh"
|
||||
@@ -49,7 +50,9 @@
|
||||
#include "sim/stat_control.hh"
|
||||
#include "sim/stats.hh"
|
||||
#include "sim/system.hh"
|
||||
|
||||
#if FULL_SYSTEM
|
||||
#include "arch/kernel_stats.hh"
|
||||
#include "sim/vptr.hh"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user