Kyle Roarty has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/32354 )

Change subject: configs: Remove remnants of /dev/shm mapping from apu_se
......................................................................

configs: Remove remnants of /dev/shm mapping from apu_se

Change-Id: Iec2598c715223d079bc5dfd2ea52859945706cfc
---
M configs/example/apu_se.py
1 file changed, 0 insertions(+), 5 deletions(-)



diff --git a/configs/example/apu_se.py b/configs/example/apu_se.py
index 82e4022..3c532c4 100644
--- a/configs/example/apu_se.py
+++ b/configs/example/apu_se.py
@@ -623,9 +623,6 @@
                                dests = ["%s/fs/sys"  % m5.options.outdir]),
                   RedirectPath(src = "/tmp",
                                dests = ["%s/fs/tmp"  % m5.options.outdir]),
-                  RedirectPath(src = "/dev/shm",
-                               dests = ["/dev/shm/%s/gem5_%s"  %
-                                   (getpass.getuser(), os.getpid())])]

 system.redirect_paths = redirect_paths

@@ -681,6 +678,4 @@
 print("Ticks:", m5.curTick())
 print('Exiting because ', exit_event.getCause())

-FileSystemConfig.cleanup_filesystem(options)
-
 sys.exit(exit_event.getCode())

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/32354
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Iec2598c715223d079bc5dfd2ea52859945706cfc
Gerrit-Change-Number: 32354
Gerrit-PatchSet: 1
Gerrit-Owner: Kyle Roarty <kyleroarty1...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to