diff options
author | Gabe Black <gabeblack@google.com> | 2018-01-08 23:44:40 -0800 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2018-01-23 20:39:24 +0000 |
commit | b074a15ec16b595cbe00cb63e2feff40059b60fb (patch) | |
tree | c9eb0c143b49d70dcf7a7a9d06229fc87b6a8147 /src/arch | |
parent | a4e722725c90677d555675eca616c9d0990393f1 (diff) | |
download | gem5-b074a15ec16b595cbe00cb63e2feff40059b60fb.tar.xz |
arch: Remove the "arch/tlb.hh" switching header.
This header is no longer used.
Change-Id: I8da7f8618d647dd11c581818c13855c4e20d32d2
Reviewed-on: https://gem5-review.googlesource.com/7351
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/SConscript b/src/arch/SConscript index 728377dc5..5ea7a6a75 100644 --- a/src/arch/SConscript +++ b/src/arch/SConscript @@ -73,7 +73,6 @@ env.SwitchingHeaders( registers.hh remote_gdb.hh stacktrace.hh - tlb.hh types.hh utility.hh vtophys.hh |