git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e584f55
)
x86/vmi: fix interrupt enable/disable/save/restore calling convention.
author
Jeremy Fitzhardinge
<jeremy@goop.org>
Sat, 31 Jan 2009 07:18:41 +0000
(23:18 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Mon, 2 Feb 2009 16:06:33 +0000
(08:06 -0800)
Zach says:
> Enable/Disable have no clobbers at all.
> Save clobbers only return value, %eax
> Restore also clobbers nothing.
This is precisely compatible with the calling convention, so we can
just call them directly without wrapping.
(Compile tested only.)
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/vmi_32.c
patch
|
blob
|
history
diff --cc
arch/x86/kernel/vmi_32.c
Simple merge