| 312 | } |
| 313 | |
| 314 | void |
| 315 | cpu_initclocks(void) |
| 316 | { |
| 317 | |
| 318 | platform_initclocks(); |
| 319 | cpu_initclocks_bsp(); |
| 320 | } |
| 321 | |
| 322 | /* |
| 323 | * Initialize the hardware exception vectors, and the jump table used to |
nothing calls this directly
no test coverage detected