Commit b6029830 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] visws: fix 2.6.0-test4 breakage

From: Andrey Panin <pazke@donpac.ru>

attached trivial patch fixes visws subarch kernel build.  It was broken by
2.6.0-test4 cpumask_t changes.
parent c33e05c5
......@@ -38,7 +38,7 @@ physid_mask_t phys_cpu_present_map;
void __init MP_processor_info (struct mpc_config_processor *m)
{
int ver, logical_apicid;
cpumask_t apic_cpus;
physid_mask_t apic_cpus;
if (!(m->mpc_cpuflag & CPU_ENABLED))
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment