Fixed up some include paths.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 27 Feb 2006 09:05:02 +0000 (04:05 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 27 Feb 2006 09:05:02 +0000 (04:05 -0500)
kern/kernel_stats.cc:
    Replaced targetarch with arch/alpha, since osfpal.hh is not a targetarched file.

--HG--
extra : convert_revision : 24a25f27e5912cb949568cf5fd0ab856771ba0d1

kern/kernel_stats.cc

index ff65389d225cfaaccd7f09fe8c3315468db36283..31a3049f1245065939f0015186893e3bdc71c7b2 100644 (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"