X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68k%2Fsetup.h;h=9e23492685ebe6aa9b9e62c9732997f84933ef43;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=47b4627ef846478fcbd8d320ea3b9cc59c4aaca4;hpb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;p=linux-2.6.git diff --git a/include/asm-m68k/setup.h b/include/asm-m68k/setup.h index 47b4627ef..9e2349268 100644 --- a/include/asm-m68k/setup.h +++ b/include/asm-m68k/setup.h @@ -264,7 +264,7 @@ extern int m68k_is040or060; # define MMU_IS_SUN3 (0) #elif defined(CONFIG_M68030) || defined(CONFIG_M68040) || defined(CONFIG_M68060) # define CPU_IS_020 (m68k_cputype & CPU_68020) -# define MMU_IS_851 (m68k_cputype & MMU_68851) +# define MMU_IS_851 (m68k_mmutype & MMU_68851) # define MMU_IS_SUN3 (0) /* Sun3 not supported with other CPU enabled */ #else # define CPU_M68020_ONLY @@ -357,6 +357,7 @@ extern int m68k_is040or060; #define NUM_MEMINFO 4 #define CL_SIZE 256 +#define COMMAND_LINE_SIZE CL_SIZE #ifndef __ASSEMBLY__ extern int m68k_num_memory; /* # of memory blocks found (and used) */