taglinefilesource code
BOGOMIPS24arch/sparc/boot/init_me.cunsigned int BOGOMIPS;        /* bogosity without the VAC cache on */
BOGOMIPS48arch/sparc/boot/init_me.cBOGOMIPS = 3;
BOGOMIPS51arch/sparc/boot/init_me.cBOGOMIPS = DEF_BOGO;
BOGOMIPS55arch/sparc/boot/init_me.cBOGOMIPS = prom_getint(prom_node_root, "mips-off"));
BOGOMIPS58arch/sparc/boot/init_me.c(*(romvec->pv_printf))("\nBOGOMIPS        %d\n", (int) BOGOMIPS);
BOGOMIPS65arch/sparc/boot/init_me.cdelay_factor = (BOGOMIPS > 3) ? ((BOGOMIPS - 2) >> 1) : 11;