Looks like this can be safely ignored as mentioned in this discussion. Fast TSC(TimeStamp Counter) calibration will succeed later-on after retry attempts as can be seen by checking /var/log/messages.log after boot.
Update :To completely prevent this warning from showing up during boot,
-
Run the following command to find the list of avaialble clocksource(s)
$ cat /sys/devices/system/clocksource/clocksource0/available_clocksource -
Edit /etc/default/grub and
add the argument clocksource=<clk-src-name> to GRUB_CMDLINE_LINUX as followsGR