]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: Fix x86_model test in es7000_apic_is_cluster()
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 25 Aug 2009 13:35:12 +0000 (15:35 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 24 Sep 2009 15:44:00 +0000 (08:44 -0700)
commit2d75a4795020ccdfaae36c4ecb004d8c0fc35708
treea5addcd87387887cdd5ea52b22befe31a7b5d95c
parent4da07ab56e64e4b022e03b1a9b602d68e390cf1a
x86: Fix x86_model test in es7000_apic_is_cluster()

commit 005155b1f626d2b2d7932e4afdf4fead168c6888 upstream.

For the x86_model to be greater than 6 or less than 12 is
logically always true.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kernel/apic/es7000_32.c