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)
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>

No differences found