"clocksource tsc unstable" shown when the linux kernel boots up -


i booting linux kernel using full system simulator, , i'd run benchmark on booted system. however, when boots up, shows me message: "clocksource tsc unstable" , hangs in beggining. however, lets me run benchmark , hangs in middle since application never finishes , seems it's stuck there. idea how fix issue?

thanks.

it suggests that, kernel didn't manage calculate tsc (time stamp counter) value i.e value stale. happens vm. way avoid - use predefined lpj (loops per jiffy) kernel parameter (lpj=). try it, hope issue fixed!


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -