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