projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd169f
)
Fix EIO handling for new memory system.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Sun, 12 Mar 2006 05:30:55 +0000
(
00:30
-0500)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Sun, 12 Mar 2006 05:30:55 +0000
(
00:30
-0500)
SConscript:
Compile in eio.cc again.
--HG--
extra : convert_revision :
a40f251d6b400fce61f91a9cb1cdae3ca21df4a7
SConscript
patch
|
blob
|
history
diff --git
a/SConscript
b/SConscript
index 3a141a7d22ca44fa83c95412166ada590a2cf800..ae7602c9dbd991887b9057fb8b87fd26f8bdf21d 100644
(file)
--- a/
SConscript
+++ b/
SConscript
@@
-251,16
+251,13
@@
syscall_emulation_sources = Split('''
encumbered/eio/exolex.cc
encumbered/eio/libexo.cc
+ encumbered/eio/eio.cc
kern/linux/linux.cc
kern/tru64/tru64.cc
sim/process.cc
sim/syscall_emul.cc
''')
-eio_sources = Split('''
- encumbered/eio/eio.cc
- ''')
-
memtest_sources = Split('''
cpu/memtest/memtest.cc
''')