arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 15:11:15 +0000 (08:11 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:40 +0000 (12:24 -0700)
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>
arch/arc/include/asm/spl.h [new file with mode: 0644]
arch/m68k/include/asm/spl.h [new file with mode: 0644]
arch/nds32/include/asm/spl.h [new file with mode: 0644]
arch/nios2/include/asm/spl.h [new file with mode: 0644]
arch/sh/include/asm/spl.h [new file with mode: 0644]
arch/xtensa/include/asm/spl.h [new file with mode: 0644]

diff --git a/arch/arc/include/asm/spl.h b/arch/arc/include/asm/spl.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/arch/m68k/include/asm/spl.h b/arch/m68k/include/asm/spl.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/arch/nds32/include/asm/spl.h b/arch/nds32/include/asm/spl.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/arch/nios2/include/asm/spl.h b/arch/nios2/include/asm/spl.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/arch/sh/include/asm/spl.h b/arch/sh/include/asm/spl.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/arch/xtensa/include/asm/spl.h b/arch/xtensa/include/asm/spl.h
new file mode 100644 (file)
index 0000000..e69de29