···133133 dec_firmrev = (dec_sysid & 0xff00) >> 8;134134 dec_etc = dec_sysid & 0xff;135135136136- /* We're obviously one of the DEC machines */137137- mips_machgroup = MACH_GROUP_DEC;138138-139136 /*140137 * FIXME: This may not be an exhaustive list of DECStations/Servers!141138 * Put all model-specific initialisation calls here.
···5151 * These are initialized so they are in the .data section5252 */5353unsigned long mips_machtype __read_mostly = MACH_UNKNOWN;5454-unsigned long mips_machgroup __read_mostly = MACH_GROUP_UNKNOWN;55545655EXPORT_SYMBOL(mips_machtype);5757-EXPORT_SYMBOL(mips_machgroup);58565957struct boot_mem_map boot_mem_map;6058
-2
arch/mips/lasat/prom.c
···100100101101 lasat_init_board_info(); /* Read info from EEPROM */102102103103- mips_machgroup = MACH_GROUP_LASAT;104104-105103 /* Get the command line */106104 if (argc > 0) {107105 strncpy(arcs_cmdline, argv[0], CL_SIZE-1);
···339339 /* Not sure this is needed, but it's the safe way. */340340 arcs_cmdline[CL_SIZE-1] = 0;341341342342- mips_machgroup = MACH_GROUP_SIBYTE;343342 prom_meminit();344343}345344