K 10 svn:author V 6 andrew K 8 svn:date V 27 2012-09-22T06:41:56.638877Z K 7 svn:log V 296 Create a common set_stackptrs in sys/arm/machdep.c. On single core devices set_stackptrs is only ever called with cpu = 0 in initarm and will be identical to the existing function. On SMP this needs to be implemented for sys/arm/mp_machdep.c, but the implementations are identical for each SoC. END