]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
To fix the powerpc build, back out r331184, which was this mfc:
authorian <ian@FreeBSD.org>
Sat, 24 Mar 2018 18:06:34 +0000 (18:06 +0000)
committerian <ian@FreeBSD.org>
Sat, 24 Mar 2018 18:06:34 +0000 (18:06 +0000)
commit0d5a339984470f13f51eddfbb2df0b6a1d8f42c2
tree157d85232edd577ccafac2f596fdf9fb245e98cc
parent9573af4c66e983f67cb23214ed706c32eb649116
To fix the powerpc build, back out r331184, which was this mfc:

MFC r326859:

Add identifier for POWER9 CPU to CPU list

Without the identifier in the list booting FreeBSD results in printing the
following (from a PowerKVM boot):

cpu0: Unknown PowerPC CPU revision 0x1201, 2550.00 MHz

For now, add the same feature list as POWER8.  As new capabilities are added to
support POWER9 specific features, they will be added to this.

PR: 224344
sys/powerpc/powerpc/cpu.c