CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/28 05:48:20
Modified files:
sys/dev/fdt : psci.c
Log message:
Store PSCI function ids as uint32_t not int in the softc.
Avoids unwanted sign extension on arm64 that resulted in qemu not
recognising the function ids and matches the specification.
Problem reported by semarie@
ok kettenis@
