]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: Rename emulate_grpX() to em_grpX()
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Sun, 1 May 2011 17:29:17 +0000 (02:29 +0900)
committerAvi Kivity <avi@redhat.com>
Sun, 22 May 2011 12:48:05 +0000 (08:48 -0400)
commitecb28803d568c939a9be2860737fc22732c13a1a
treecac660625747fcde1ef09f361fc7309d51bf578e
parent2119a6a127bca91084e143d044f9e2474ad7fea4
KVM: x86 emulator: Rename emulate_grpX() to em_grpX()

The prototypes are changed appropriately.

We also replaces "goto grp45;" with simple em_grp45() call.

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c