diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-05-14 16:37:22 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-05-14 16:37:22 -0400 |
commit | fcf85725b5d2d67458c00680948d0a7baab942d4 (patch) | |
tree | 62fe730e450890d1d6ebea05b75b27406f3ca078 /configs/boot | |
parent | 011db5c8515804145202373440bad26fa21b30a7 (diff) | |
parent | 57104ea5f9e94dc4fe664f91e60278e486111ae9 (diff) | |
download | gem5-fcf85725b5d2d67458c00680948d0a7baab942d4.tar.xz |
Merge zizzer:/bk/newmem
into zeep.pool:/z/saidi/work/m5.newmem
--HG--
extra : convert_revision : e445097240af7b4e73efaca855cd1f217cf00313
Diffstat (limited to 'configs/boot')
-rw-r--r-- | configs/boot/devtime.rcS | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configs/boot/devtime.rcS b/configs/boot/devtime.rcS index 22a5469b8..4d1ca9407 100644 --- a/configs/boot/devtime.rcS +++ b/configs/boot/devtime.rcS @@ -1,7 +1,4 @@ -echo "switching cpus" -m5 switchcpu -echo "done" -insmod /modules/devtime.ko dataAddr=0x9000004 count=100 +insmod /modules/devtime.ko dataAddr=0x9000008 count=100 rmmod devtime insmod /modules/devtime.ko dataAddr=0x1a0000300 count=100 rmmod devtime |