Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/acpi acpi: call smccc_probe() after PSCI init



details:   https://anonhg.NetBSD.org/src/rev/be4df54ba479
branches:  trunk
changeset: 1022798:be4df54ba479
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Aug 07 21:24:56 2021 +0000

description:
acpi: call smccc_probe() after PSCI init

diffstat:

 sys/arch/arm/acpi/acpi_platform.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 1c80f1624d52 -r be4df54ba479 sys/arch/arm/acpi/acpi_platform.c
--- a/sys/arch/arm/acpi/acpi_platform.c Sat Aug 07 21:24:13 2021 +0000
+++ b/sys/arch/arm/acpi/acpi_platform.c Sat Aug 07 21:24:56 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_platform.c,v 1.27 2021/08/06 19:38:53 jmcneill Exp $ */
+/* $NetBSD: acpi_platform.c,v 1.28 2021/08/07 21:24:56 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 #include "opt_multiprocessor.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_platform.c,v 1.27 2021/08/06 19:38:53 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_platform.c,v 1.28 2021/08/07 21:24:56 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -253,6 +253,7 @@
                        } else {
                                psci_init(psci_call_smc);
                        }
+                       smccc_probe();
                }
                acpi_table_unmap((ACPI_TABLE_HEADER *)fadt);
        }



Home | Main Index | Thread Index | Old Index