x86: Allow multiple cpu feature matches of lookup_feature
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 19 Apr 2011 11:06:06 +0000 (13:06 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 2 May 2011 12:38:35 +0000 (09:38 -0300)
commit406552bfdae62dade3e2e4e9ed9f0dd7e3c4a586
tree5f0b79d045b40305932220b44e4f60a7beac315f
parent7a246f4024cf975695189be5cf59c2783f837c93
x86: Allow multiple cpu feature matches of lookup_feature

kvmclock is represented by two feature bits. Therefore, lookup_feature
needs to continue its search even after the first match. Enhance it
accordingly and switch to a bool return type at this chance.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
target-i386/cpuid.c