Populate the cpuinfo data structure in the system page with CPU information.
void init_cpuinfo (void)
None.
This function initializes the members of the system page's cpuinfo data structure with information about the CPUs on the board and their capabilities, including CPU-level caches. For many platforms, the generic function works. For ARM platforms, board-specific functions are often required.