diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-11-13 11:33:43 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-11-13 11:33:43 -0500 |
commit | bde7f4d121825e8a53148ff6793bf119a1ec530f (patch) | |
tree | f6ba31e758495f9861e8b95586e0f0e5b09f26c9 | |
parent | c4e5ef64b366edc3636de67e41dc8465eeeaf756 (diff) | |
download | gem5-bde7f4d121825e8a53148ff6793bf119a1ec530f.tar.xz |
defining SYSTEM_EV5 isn't all that necessary
--HG--
extra : convert_revision : 2ed4866db9483820d550bad00fdbc8dd027f95ba
-rw-r--r-- | arch/alpha/ev5.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/alpha/ev5.cc b/arch/alpha/ev5.cc index 34b65a915..6deccefdb 100644 --- a/arch/alpha/ev5.cc +++ b/arch/alpha/ev5.cc @@ -15,10 +15,6 @@ #ifdef FULL_SYSTEM -#ifndef SYSTEM_EV5 -#error This code is only valid for EV5 systems -#endif - //////////////////////////////////////////////////////////////////////// // // |