diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-10-02 11:37:33 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-26 11:09:15 +0100 |
commit | 4c3c522bcebe16a717d7a809fd14b11823794027 (patch) | |
tree | 3417a4d63d0b2a56da3111aa6278c177f8ceaee3 /arch/m68k/kernel/head.S | |
parent | 4edf07fd8f6520bea292384a3638088ccbfdcaa1 (diff) | |
download | op-kernel-dev-4c3c522bcebe16a717d7a809fd14b11823794027.zip op-kernel-dev-4c3c522bcebe16a717d7a809fd14b11823794027.tar.gz |
m68k/UAPI: Disintegrate arch/m68k/include/asm/bootinfo.h
Export the bootinfo definitions that are used by bootstrap loaders, and
split them up in generic and platform-specific parts.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/kernel/head.S')
-rw-r--r-- | arch/m68k/kernel/head.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/m68k/kernel/head.S b/arch/m68k/kernel/head.S index 28f8174..7d7913f 100644 --- a/arch/m68k/kernel/head.S +++ b/arch/m68k/kernel/head.S @@ -257,6 +257,12 @@ #include <linux/linkage.h> #include <linux/init.h> #include <asm/bootinfo.h> +#include <asm/bootinfo-amiga.h> +#include <asm/bootinfo-atari.h> +#include <asm/bootinfo-hp300.h> +#include <asm/bootinfo-mac.h> +#include <asm/bootinfo-q40.h> +#include <asm/bootinfo-vme.h> #include <asm/setup.h> #include <asm/entry.h> #include <asm/pgtable.h> |