beri: correct kernel printf typo
(From review D23453) Submitted by: Gordon Bergling <gbergling_gmail.com> Reviewed by: rwatson
This commit is contained in:
parent
abfc5e8591
commit
fb2644971d
@ -132,7 +132,7 @@ platform_cpu_mask(cpuset_t *mask)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (se->entry_addr != 1) {
|
if (se->entry_addr != 1) {
|
||||||
printf("%s: CPU %d has uninitalized spin "
|
printf("%s: CPU %d has uninitialized spin "
|
||||||
"entry\n", __func__, reg);
|
"entry\n", __func__, reg);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user