mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
psci: change bootverbose string to 'PSCI 0.2 compatible'
Prior to r324754 we treated PSCI 0.2 and 1.0 as identical, and r324754 extended that to include all PSCI 1.x revisions. Change the string emitted under bootverbose to reference '0.2 compatible' to avoid confusion when the system includes a later PSCI rev. Discussed with: andrew Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
13bacc7144
commit
a5c9ec376b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324758
@ -495,7 +495,7 @@ psci_v0_2_init(device_t dev)
|
||||
if ((PSCI_VER_MAJOR(version) == 0 && PSCI_VER_MINOR(version) == 2) ||
|
||||
PSCI_VER_MAJOR(version) == 1) {
|
||||
if (bootverbose)
|
||||
device_printf(dev, "PSCI version 0.2 available\n");
|
||||
device_printf(dev, "PSCI version 0.2 compatible\n");
|
||||
|
||||
/*
|
||||
* We only register this for v0.2 since v0.1 doesn't support
|
||||
|
Loading…
Reference in New Issue
Block a user