mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix cpuid output on E500 core.
This commit is contained in:
parent
ca17f444be
commit
13b80c9acd
1 changed files with 2 additions and 0 deletions
|
|
@ -429,6 +429,8 @@ cpu_e500_setup(int cpuid, uint16_t vers)
|
|||
{
|
||||
register_t hid0;
|
||||
|
||||
printf("\n");
|
||||
|
||||
hid0 = mfspr(SPR_HID0);
|
||||
printf("cpu%d: HID0 %b", cpuid, (int)hid0, HID0_E500_BITMASK);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue