Source-Changes archive

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

CVS commit: [netbsd-9] src/sys/arch/arm/fdt



Module Name:    src
Committed By:   martin
Date:           Fri Nov  1 18:12:26 UTC 2019

Modified Files:
        src/sys/arch/arm/fdt [netbsd-9]: cpu_fdt.c

Log Message:
Pull up following revision(s) (requested by bad in ticket #342):

        sys/arch/arm/fdt/cpu_fdt.c: revision 1.29
        sys/arch/arm/fdt/cpu_fdt.c: revision 1.30

re-apply r1.26:
  flush the dcache in cpu_enable_psci() before calling psci_cpu_on().
  fixes the kernel hanging with multiple "mpstart" on (at least) NanoPi R1.
but only #if !defined(AARCH64).

not necessary on armv8 and cache ops are not available that early there.

fix typos in comment in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.25.4.1 -r1.25.4.2 src/sys/arch/arm/fdt/cpu_fdt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index