projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c546e3
)
X86: Implement IST stack switching.
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 25 Feb 2009 18:22:43 +0000
(10:22 -0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Wed, 25 Feb 2009 18:22:43 +0000
(10:22 -0800)
src/arch/x86/isa/insts/romutil.py
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/insts/romutil.py
b/src/arch/x86/isa/insts/romutil.py
index beeda3d12c010a6212fcba24bff67a920e5b26f2..e47259eb3bc4902d88a1c2f8c130994700f5ef4c 100644
(file)
--- a/
src/arch/x86/isa/insts/romutil.py
+++ b/
src/arch/x86/isa/insts/romutil.py
@@
-99,7
+99,7
@@
def rom
br rom_local_label("%(startLabel)s_stackSwitched")
%(startLabel)s_istStackSwitch:
- panic "IST based stack switching isn't implemented"
+ ld t6, tr, [8, t12, t0], 0x1c, dataSize=8, addressSize=8, atCPL0=True
br rom_local_label("%(startLabel)s_stackSwitched")
%(startLabel)s_cplStackSwitch: