diff options
Diffstat (limited to 'arch/mips/include/asm/bootinfo.h')
| -rw-r--r-- | arch/mips/include/asm/bootinfo.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/bootinfo.h b/arch/mips/include/asm/bootinfo.h index a301a8f4bc66..235bc2f52113 100644 --- a/arch/mips/include/asm/bootinfo.h +++ b/arch/mips/include/asm/bootinfo.h @@ -92,6 +92,7 @@ extern unsigned long mips_machtype;  #define BOOT_MEM_ROM_DATA	2  #define BOOT_MEM_RESERVED	3  #define BOOT_MEM_INIT_RAM	4 +#define BOOT_MEM_NOMAP		5  /*   * A memory map that's built upon what was determined  |