tag | line | file | source code |
---|---|---|---|
BOGOMIPS_WCACHE | 25 | arch/sparc/boot/init_me.c | unsigned int BOGOMIPS_WCACHE; /* bogosity with the VAC cache */ |
BOGOMIPS_WCACHE | 49 | arch/sparc/boot/init_me.c | BOGOMIPS_WCACHE = grrr / 1000000; |
BOGOMIPS_WCACHE | 52 | arch/sparc/boot/init_me.c | BOGOMIPS_WCACHE = DEF_BOGO; |
BOGOMIPS_WCACHE | 54 | arch/sparc/boot/init_me.c | } else (BOGOMIPS_WCACHE = grrr, |
BOGOMIPS_WCACHE | 59 | arch/sparc/boot/init_me.c | (*(romvec->pv_printf))("BOGOMIPS_WCACHE %d\n", (int) BOGOMIPS_WCACHE); |