Remove stray line from merge.

This commit is contained in:
Warner Losh 2012-06-15 16:50:32 +00:00
parent 83567110bd
commit d94f5b01c2

View File

@ -249,7 +249,6 @@ initarm(struct arm_boot_params *abp)
i = 0;
set_cpufuncs();
cpufuncs.cf_sleep = s3c24x0_sleep;
lastaddr = fake_preload_metadata();
pcpu_init(pcpup, 0, sizeof(struct pcpu));
PCPU_SET(curthread, &thread0);