CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/29 07:45:15
Modified files:
sys/arch/arm/arm: cpu.c
sys/arch/arm64/arm64: cpu.c
sys/dev/fdt : psci.c
Log message:
Use register_t instead of uint32_t in smc/hmc calls such that arguments
to SMC64 functions don't get truncated. Implement support for the CPU_ON
call.
