Subject: amd64 running 32bit mode doesn't do page colouring
To: None <port-i386@netbsd.org>
From: Juan RP <juan@xtrarom.org>
List: port-i386
Date: 08/26/2006 11:32:34
Hi,
Looks like we are missing something on NetBSD/i386 when running it
on amd64 processors:
* amd_cpu_cacheinfo and amd_family6_probe are not being called in identcpu:
/* Family > 6 */
{
CPUCLASS_686,
{
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
"Unknown K7 (Athlon)" /* Default */
},
NULL,
NULL,
NULL,
} }
Is there any reason for this? even there's a PR from gmgarry@ suggesting to
enable them:
http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=32496
IMHO it's very important.