]> git.baikalelectronics.ru Git - kernel.git/commit
sh: add SMP support for J2
authorRich Felker <dalias@libc.org>
Mon, 15 Feb 2016 18:36:13 +0000 (18:36 +0000)
committerRich Felker <dalias@libc.org>
Fri, 5 Aug 2016 03:29:39 +0000 (03:29 +0000)
commit354b48d270cc2f7ce0e03df540d42491bdcc6be0
treeedfab19d4f16bf2d6f42168c6598aa1fac4ac0e3
parent204412c219c1a467099c0c52492d8f40abf995e7
sh: add SMP support for J2

Support is hooked up via a cpu start method specified in the device
tree, and also depends on DT nodes that describe the interfaces for
performing IPI and identifying which cpu execution is taking place on.
The currently used method is a form of spin table, where secondary
cpus are unblocked by writing to a special address.

Signed-off-by: Rich Felker <dalias@libc.org>
arch/sh/Kconfig
arch/sh/kernel/cpu/sh2/Makefile
arch/sh/kernel/cpu/sh2/smp-j2.c [new file with mode: 0644]