commit | 044b81f872169e9549b47ea2b6c94491e6d5f305 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@libc.org> | Mon Feb 15 18:30:50 2016 +0000 |
committer | Rich Felker <dalias@libc.org> | Thu Mar 17 19:46:12 2016 +0000 |
tree | afe8eac4f0a66f6890f4795d8950d8d6abc671cb | |
parent | 7480e0aabd5f9e6c3e3b72ed206e89284e90f11f [diff] |
sh: add SMP method selection to device tree pseudo-board Allow selection of plat_smp_ops based on the enable-method cpu property from device tree and provide dummy ops for booting with a device tree that does not enable SMP. Signed-off-by: Rich Felker <dalias@libc.org>