aboutsummaryrefslogtreecommitdiff
path: root/fs/coda
diff options
context:
space:
mode:
authorTakuya Yoshikawa2011-04-13 00:29:09 +0900
committerAvi Kivity2011-05-11 07:57:08 -0400
commit4179bb02fd3e87183e5f698495dfcb80df187889 (patch)
tree8e896121d38dc7dc6d7eb6acd6c5cb762cabd2c6 /fs/coda
parent575e7c1417d41dd72ddf2a49965f833ce9352e92 (diff)
KVM: x86 emulator: Make emulate_push() store the value directly
PUSH emulation stores the value by calling writeback() after setting the dst operand appropriately in emulate_push(). This writeback() using dst is not needed at all because we know the target is the stack. So this patch makes emulate_push() call, newly introduced, segmented_write() directly. By this, many inlined writeback()'s are removed. Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'fs/coda')
0 files changed, 0 insertions, 0 deletions