]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/bootsetup.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/lenb/to-linus
[linux-2.6] / include / asm-x86_64 / bootsetup.h
index b570a484dc50f61faeafb284874acb52111ce324..b829f7b534be8d856cea11e8545339912f914b7b 100644 (file)
@@ -2,7 +2,8 @@
 #ifndef _X86_64_BOOTSETUP_H
 #define _X86_64_BOOTSETUP_H 1
 
-extern char x86_boot_params[2048];
+#define BOOT_PARAM_SIZE                4096
+extern char x86_boot_params[BOOT_PARAM_SIZE];
 
 /*
  * This is set up by the setup-routine at boot-time