We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39dae59 commit ea4b3afCopy full SHA for ea4b3af
arch/mips/kernel/smp-bmips.c
@@ -591,11 +591,11 @@ void __init bmips_cpu_setup(void)
591
592
/* Flush and enable RAC */
593
cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG);
594
- __raw_writel(cfg | 0x100, BMIPS_RAC_CONFIG);
+ __raw_writel(cfg | 0x100, cbr + BMIPS_RAC_CONFIG);
595
__raw_readl(cbr + BMIPS_RAC_CONFIG);
596
597
598
- __raw_writel(cfg | 0xf, BMIPS_RAC_CONFIG);
+ __raw_writel(cfg | 0xf, cbr + BMIPS_RAC_CONFIG);
599
600
601
cfg = __raw_readl(cbr + BMIPS_RAC_ADDRESS_RANGE);
0 commit comments