|
@@ -179,7 +179,7 @@ int amd_get_subcaches(int cpu)
|
|
|
return (mask >> (4 * cuid)) & 0xf;
|
|
return (mask >> (4 * cuid)) & 0xf;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-int amd_set_subcaches(int cpu, int mask)
|
|
|
|
|
|
|
+int amd_set_subcaches(int cpu, unsigned long mask)
|
|
|
{
|
|
{
|
|
|
static unsigned int reset, ban;
|
|
static unsigned int reset, ban;
|
|
|
struct amd_northbridge *nb = node_to_amd_nb(amd_get_nb_id(cpu));
|
|
struct amd_northbridge *nb = node_to_amd_nb(amd_get_nb_id(cpu));
|