taglinefilesource code
BOGOMIPS23arch/sparc/boot/init_me.cunsigned int BOGOMIPS;        /* bogosity without the VAC cache on */
BOGOMIPS47arch/sparc/boot/init_me.cBOGOMIPS = 3;
BOGOMIPS50arch/sparc/boot/init_me.cBOGOMIPS = DEF_BOGO;
BOGOMIPS54arch/sparc/boot/init_me.cBOGOMIPS = prom_getint(prom_node_root, "mips-off"));
BOGOMIPS57arch/sparc/boot/init_me.c(*(romvec->pv_printf))("\nBOGOMIPS        %d\n", (int) BOGOMIPS);
BOGOMIPS64arch/sparc/boot/init_me.cdelay_factor = (BOGOMIPS > 3) ? ((BOGOMIPS - 2) >> 1) : 11;