commit | 0143be945c0ecb2dc6208274b8327b71c472154d | [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 | 12905d65633c10f8cb52137a17cbe743ae52838c [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>