Langsdorf, Mark wrote:
Last thing when I look at the output of dmesg I get the
following (see
below), I am slightly worried, since I have read somewhere that the
kernel needs to be patched to include a more recent version of powernow-k8. Is this error expected, or should I patch?
Known problem, but harmless. Just ignore for now. Some future update
kernel will likely fix it.
Andi -
I can submit a patch, but I'm not sure what to do.
The code loops through NR_CPUS and ignores the ones that are not online: if (!cpu_online(i)) continue;
This code used to work, but the hotplug changes broke it. What's the correct code now to check if a cpu isn't available?
Hi Andi/everyone,
To test the timing issues I altered the boot command line, see below:
root=/dev/sda3 vga=0x317 selinux=0 notsc resume=/dev/sda2 splash=silent
But when I look with dmesg I see the following:
AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ stepping 02 CPU 1: Syncing TSC to CPU 0. CPU 1: synchronized TSC with CPU 0 (last diff 0 cycles, maxerr 539 cycles) Brought up 2 CPUs Disabling vsyscall due to use of PM timer time.c: Using PM based timekeeping.
I don't fully understand this message, but if I were a gambling man, I would say that this isn't what you'd expect to see? :)
Best wishes,
Jon