blob: 34942332b7defb160c5ffd2fcb74c5da3396b6a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/arch/mips/include/asm/bootinfo.h
+++ b/arch/mips/include/asm/bootinfo.h
@@ -12,6 +12,8 @@
#ifndef _ASM_BOOTINFO_H
#define _ASM_BOOTINFO_H
+#define CL_SIZE COMMAND_LINE_SIZE
+
#include <linux/types.h>
#include <asm/setup.h>
|