pseudo: only include kernel stats if FULL_SYSTEM.

This commit is contained in:
Nathan Binkert 2009-04-21 15:40:26 -07:00
parent 43c7698f49
commit fcc142463d

View file

@ -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