From: Dave Jones Date: Tue, 26 Sep 2006 08:52:34 +0000 (+0200) Subject: [PATCH] i386: don't taint UP K7's running SMP kernels. X-Git-Tag: v2.6.19-rc1~1077^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca113ea74836a80645c79adba24caaa7a74120c;p=pandora-kernel.git [PATCH] i386: don't taint UP K7's running SMP kernels. We have a test that looks for invalid pairings of certain athlon/durons that weren't designed for SMP, and taint accordingly (with 'S') if we find such a configuration. However, this test shouldn't fire if there's only a single CPU present. It's perfectly valid for an SMP kernel to boot on UP hardware for example. AK: changed to num_possible_cpus() Signed-off-by: Dave Jones Signed-off-by: Andi Kleen --- Reading git-diff-tree failed