cpu: Fix typo in header guard for Noncaching cpu
Change-Id: If8ec5f5f49e99d4989658273723b943dd8df84c6 Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-on: https://gem5-review.googlesource.com/13144 Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
*/
|
||||
|
||||
#ifndef __CPU_SIMPLE_NONCACHING_HH__
|
||||
#define __CPU_SIMPLE_NONCACHING_HH___
|
||||
#define __CPU_SIMPLE_NONCACHING_HH__
|
||||
|
||||
#include "cpu/simple/atomic.hh"
|
||||
#include "params/NonCachingSimpleCPU.hh"
|
||||
|
||||
Reference in New Issue
Block a user