CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2013/10/30 14:20:23

Modified files:
        sys/arch/armv7/conf: files.armv7 
        sys/arch/armv7/imx: imx_machdep.c 
        sys/arch/armv7/omap: beagle_machdep.c 
        sys/arch/armv7/sunxi: sunxi_machdep.c 
Added files:
        sys/arch/armv7/armv7: armv7_machdep.c armv7_machdep.h 

Log message:
Put all the generic machdep code in armv7_machedep.c

Cleanup the machdep code removing:
- useless includes
- useless globals and prototypes
- useless #if 0 and #if 1
- some style(9) issues

This commit will make the bringup of new SoC easier.

ok patrick@ jasper@ rapha@

Reply via email to