Loading arch/x86/kernel/cpu/centaur.c +114 −116 Original line number Diff line number Diff line Loading @@ -145,13 +145,11 @@ static int __cpuinit centaur_mcr_compute(int nr, int key) centaur_mcr_insert(ct, floor, fspace, key); floor += fspace; } else if(high > low) { else if (high > low) { centaur_mcr_insert(ct, top, high, key); top += high; } else if(low > 0) { else if (low > 0) { base -= low; centaur_mcr_insert(ct, base, low, key); } Loading Loading
arch/x86/kernel/cpu/centaur.c +114 −116 Original line number Diff line number Diff line Loading @@ -145,13 +145,11 @@ static int __cpuinit centaur_mcr_compute(int nr, int key) centaur_mcr_insert(ct, floor, fspace, key); floor += fspace; } else if(high > low) { else if (high > low) { centaur_mcr_insert(ct, top, high, key); top += high; } else if(low > 0) { else if (low > 0) { base -= low; centaur_mcr_insert(ct, base, low, key); } Loading