diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-11-13 11:32:17 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-11-13 11:32:17 -0500 |
commit | c4e5ef64b366edc3636de67e41dc8465eeeaf756 (patch) | |
tree | 4652a482058087577024501fd495858e1aa3ae94 /arch/alpha | |
parent | 2282b0aa615d5539e299789c45f8a930e49f4ef9 (diff) | |
download | gem5-c4e5ef64b366edc3636de67e41dc8465eeeaf756.tar.xz |
defining SYSTEM_EV5 isn't all that necessary
--HG--
extra : convert_revision : 7d39dd9f814434cb95ec769204d7f2426b0290fd
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/ev5.hh | 4 |
1 files changed, 0 insertions, 4 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 |