Fix 80-column line wrapping in a comment.
This commit is contained in:
parent
58941b9f15
commit
72c775da6c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256818
@ -167,8 +167,8 @@ decr_init(void)
|
||||
char buf[32];
|
||||
|
||||
/*
|
||||
* Check the BSP's timebase frequency. Sometimes we can't find the BSP, so fall
|
||||
* back to the first CPU in this case.
|
||||
* Check the BSP's timebase frequency. Sometimes we can't find the BSP,
|
||||
* so fall back to the first CPU in this case.
|
||||
*/
|
||||
if (platform_smp_get_bsp(&cpu) != 0)
|
||||
platform_smp_first_cpu(&cpu);
|
||||
|
Loading…
Reference in New Issue
Block a user