mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 01:38:22 +00:00
ec2b74ffd3
Added the cpu command that provides a generic mechanism to get status, reset, and release secondary cores in multicore processors. Added support for using the ePAPR defined spin-table mechanism on 85xx. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8 lines
126 B
C
8 lines
126 B
C
#ifndef __MPC85XX_MP_H_
|
|
#define __MPC85XX_MP_H_
|
|
|
|
ulong get_spin_addr(void);
|
|
void setup_mp(void);
|
|
u32 get_my_id(void);
|
|
|
|
#endif
|