Jordan writes:
 > I have been running a plug in for xmms for some time that uses the
 > aviplay program and avifile library...then when upgrading to test5/6 I
 > start getting this error message when running xmms:
 > 
 > ERROR: no time-stamp counter found! Quitting.
 > ...
 > contents of /proc/cpuinfo:
 > ...
 > features        : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca

The 'flags' line in /proc/cpuinfo was recently renamed 'features', due to
some semantic changes. You have a user-space program which parses /proc/cpuinfo
instead of executing CPUID itself, so it breaks.

/Mikael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to