m68k/UAPI: Move generic definitions to <asm/bootinfo.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 2 Oct 2013 19:50:56 +0000 (21:50 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 26 Nov 2013 10:09:16 +0000 (11:09 +0100)
commit799300840c18e7fdc0a3dace70d9b56a189fd1ab
treed26513a11a09c256a9ae62d17c2f656ae9502f01
parent4c3c522bcebe16a717d7a809fd14b11823794027
m68k/UAPI: Move generic definitions to <asm/bootinfo.h>

Move generic definitions used by bootstraps to uapi/asm/bootinfo.h:
  - Machine types,
  - CPU, FPU, and MMU types,
  - struct mem_info.

Keep a copy of struct mem_info for in-kernel use, and rename it to struct
m68k_mem_info, as the exported one will be modified later.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/setup.h
arch/m68k/include/uapi/asm/bootinfo.h
arch/m68k/include/uapi/asm/setup.h
arch/m68k/kernel/setup_mm.c
arch/m68k/mm/init.c
arch/m68k/mm/motorola.c