summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/alpha/ev5.hh4
-rw-r--r--build/SConstruct2
2 files changed, 1 insertions, 5 deletions
diff --git a/arch/alpha/ev5.hh b/arch/alpha/ev5.hh
index 7b1ff4a2f..4956d65d9 100644
--- a/arch/alpha/ev5.hh
+++ b/arch/alpha/ev5.hh
@@ -3,10 +3,6 @@
#ifndef __EV5_H__
#define __EV5_H__
-#ifndef SYSTEM_EV5
-#error This code is only valid for EV5 systems
-#endif
-
#define MODE2MASK(X) (1 << (X))
// Alpha IPR register accessors
diff --git a/build/SConstruct b/build/SConstruct
index 6b71fa585..3d7db1db2 100644
--- a/build/SConstruct
+++ b/build/SConstruct
@@ -93,7 +93,7 @@ def AlphaConfig(env):
def KernelConfig(env):
env.Replace(TARGET_ISA = 'alpha')
env.Replace(FULL_SYSTEM = True)
- env.Append(CPPDEFINES = ['FULL_SYSTEM', 'SYSTEM_EV5'])
+ env.Append(CPPDEFINES = ['FULL_SYSTEM'])
# Base configurations map.
configs_map = {