diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-10-31 01:21:54 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-10-31 01:21:54 -0400 |
commit | 538fae951b3a594814dff6bb6d038c32caadb25c (patch) | |
tree | a74245aab941fe20309c108d2e837e68ea5e4582 /src/base/traceflags.py | |
parent | 8ce31ea471eebb06efa590fb060804aa1fb5266b (diff) | |
download | gem5-538fae951b3a594814dff6bb6d038c32caadb25c.tar.xz |
Traceflags: Add SCons function to created a traceflag instead of having one file with them all.
--HG--
extra : convert_revision : 427f6bd8f050861ace3bc0d354a1afa5fc8319e6
Diffstat (limited to 'src/base/traceflags.py')
-rw-r--r-- | src/base/traceflags.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/base/traceflags.py b/src/base/traceflags.py index 8573eb9bf..15d921efe 100644 --- a/src/base/traceflags.py +++ b/src/base/traceflags.py @@ -68,15 +68,6 @@ baseFlags = [ 'DiskImageRead', 'DiskImageWrite', 'DynInst', - 'Ethernet', - 'EthernetCksum', - 'EthernetDMA', - 'EthernetData', - 'EthernetDesc', - 'EthernetEEPROM', - 'EthernetIntr', - 'EthernetPIO', - 'EthernetSM', 'Event', 'ExecEnable', 'ExecCPSeq', |