]> rtime.felk.cvut.cz Git - mcf548x/linux.git/commitdiff
KVM: x86 emulator: reserve group code 0
authorAvi Kivity <avi@redhat.com>
Thu, 29 Jul 2010 12:11:38 +0000 (15:11 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:09 +0000 (10:50 +0200)
We'll be using that to distinguish between new-style and old-style groups.

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

index edf0938611056118c450bf08bf48fe0d438a2d77..5e496127a01c4c92525301d93c176c51f965049d 100644 (file)
 #define X16(x) X8(x), X8(x)
 
 enum {
-       Group1, Group1A, Group3, Group4, Group5, Group7, Group8, Group9,
+       NoGrp, Group1, Group1A, Group3, Group4, Group5, Group7, Group8, Group9,
 };
 
 struct opcode {