cpu: add consistent guarding to *_impl.hh files.

This commit is contained in:
Matt Horsnell
2013-10-17 10:20:45 -05:00
parent 52f90890a3
commit 6decd70bfb
26 changed files with 120 additions and 0 deletions

View File

@@ -30,6 +30,9 @@
* Nathan Binkert
*/
#ifndef __CPU_OZONE_CPU_IMPL_HH__
#define __CPU_OZONE_CPU_IMPL_HH__
#include "arch/alpha/osfpal.hh"
#include "arch/isa_traits.hh" // For MachInst
#include "arch/kernel_stats.hh"
@@ -868,6 +871,8 @@ OzoneCPU<Impl>::OzoneTC::setMiscRegNoEffect(int misc_reg, const MiscReg &val)
}
}
#endif//__CPU_OZONE_CPU_IMPL_HH__
template <class Impl>
void
OzoneCPU<Impl>::OzoneTC::setMiscReg(int misc_reg, const MiscReg &val)