Skip to content
Snippets Groups Projects
Commit 32432315 authored by Avi Kivity's avatar Avi Kivity
Browse files

smp: add missing 'break'

Found by eclipse.
parent c6833c44
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ void parse_madt()
smp_stack_free = &c->arch.initstack;
debug(fmt("acpi %d apic %d") % c->arch.acpi_id % c->arch.apic_id);
sched::cpus.push_back(c);
break;
}
default:
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment