From: Gabe Black Date: Mon, 27 Feb 2006 09:05:02 +0000 (-0500) Subject: Fixed up some include paths. X-Git-Tag: m5_2.0_beta1~87^2~64 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f56d42c53dbea1017d4fdd6b9f4ff9e976538246;p=gem5.git 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 --- diff --git a/kern/kernel_stats.cc b/kern/kernel_stats.cc index ff65389d2..31a3049f1 100644 --- a/kern/kernel_stats.cc +++ b/kern/kernel_stats.cc @@ -30,7 +30,7 @@ #include #include -#include "targetarch/osfpal.hh" +#include "arch/alpha/osfpal.hh" #include "base/trace.hh" #include "cpu/exec_context.hh" #include "kern/kernel_stats.hh"