Fixed up some include paths.

kern/kernel_stats.cc:
    Replaced targetarch with arch/alpha, since osfpal.hh is not a targetarched file.

--HG--
extra : convert_revision : 24a25f27e5912cb949568cf5fd0ab856771ba0d1
This commit is contained in:
Gabe Black
2006-02-27 04:05:02 -05:00
parent 07cd7e966e
commit f56d42c53d

View File

@@ -30,7 +30,7 @@
#include <stack>
#include <string>
#include "targetarch/osfpal.hh"
#include "arch/alpha/osfpal.hh"
#include "base/trace.hh"
#include "cpu/exec_context.hh"
#include "kern/kernel_stats.hh"