> -#if (RPI_MODEL == 4)Keeping this doesn't interfere with the rest of the patch. I've removed it only because it's useless on the latest firmware.
> - Divisor = MmioRead32(BCM2836_CM_BASE +
BCM2836_CM_VPU_CLOCK_DIVISOR) & 0xFFFFFF;
> - if (Divisor != 0)
> - BaseClockRate = (BaseClockRate << 12) / Divisor;
> -#endif