commit | 477a6bcb3b8b3d9e6818e19bf9baaee750665bad | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 23 08:11:15 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:40 2021 -0700 |
tree | 59863282d2505fce502fb4ad14e7eedeb78ddea3 | |
parent | 4c66cb4a780c3936f3585b8ffc977f64e03f7e7f [diff] |
arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header At present it is not possible to include spl.h in on these architectures since the asm/spl.h file is not present. We want to be able to use the spl_phase() function, so add empty headers to make things build. Signed-off-by: Simon Glass <sjg@chromium.org>