]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/edd.h
m32r: enable arbitary speed tty rate setting
[linux-2.6-omap-h63xx.git] / include / linux / edd.h
index c6e6747a401d9a06f16f91acc5eba53c8a595539..7b647822d6dc67f6d95e003455076e80c98a156c 100644 (file)
@@ -32,7 +32,7 @@
 
 #define EDDNR 0x1e9            /* addr of number of edd_info structs at EDDBUF
                                   in boot_params - treat this as 1 byte  */
-#define EDDBUF 0x600           /* addr of edd_info structs in boot_params */
+#define EDDBUF 0xd00           /* addr of edd_info structs in boot_params */
 #define EDDMAXNR 6             /* number of edd_info structs starting at EDDBUF  */
 #define EDDEXTSIZE 8           /* change these if you muck with the structures */
 #define EDDPARMSIZE 74
@@ -49,9 +49,6 @@
 #define EDD_MBR_SIG_MAX 16        /* max number of signatures to store */
 #define EDD_MBR_SIG_NR_BUF 0x1ea  /* addr of number of MBR signtaures at EDD_MBR_SIG_BUF
                                     in boot_params - treat this as 1 byte  */
-#define EDD_CL_EQUALS   0x3d646465     /* "edd=" */
-#define EDD_CL_OFF      0x666f         /* "of" for off  */
-#define EDD_CL_SKIP     0x6b73         /* "sk" for skipmbr */
 
 #ifndef __ASSEMBLY__