]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: drop parentheses in repreat macros
authorAvi Kivity <avi@redhat.com>
Thu, 29 Jul 2010 12:11:34 +0000 (15:11 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:06 +0000 (10:50 +0200)
commit38ee89132477f7b55207d8f18e4016c46190628b
treeda3d1a2479aa4d3102036d57a19033f3695316bd
parent0e795f14ff885bd1b78d29e5bd2aace52a82f04f
KVM: x86 emulator: drop parentheses in repreat macros

The parenthese make is impossible to use the macros with initializers that
require braces.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c