Fix stupid typo

This commit is contained in:
Warner Losh 2008-04-04 18:22:16 +00:00
parent 2addc03d04
commit 1ff6c09714
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177920

View file

@ -225,7 +225,7 @@ initarm(void *arg, void *arg2)
boothowto = RB_VERBOSE | RB_SINGLE;
cninit();
set_cpufuncs();
lastaddr = fake_reload_metadata();
lastaddr = fake_preload_metadata();
physmem = memsize / PAGE_SIZE;
pc = &__pcpu;
pcpu_init(pc, 0, sizeof(struct pcpu));