CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2016/10/05 01:29:59
Modified files: sys/arch/armv7/armv7: armv7_machdep.c armv7_machdep.h platform.c Log message: Introduce a global function pointer to reset the CPU akin to amd64 and i386. As newer ARMs where we use device tree from the get go don't necessarily have a 'platform', this will allow drivers to hook themselves as a way to reset the CPU. ok jsg@ kettenis@ tom@