* [BUG] Winchip2A + 2.6.25 = klogd 100% CPU, /proc/mtrr busted
@ 2008-05-19 0:18 David Hagood
0 siblings, 0 replies; only message in thread
From: David Hagood @ 2008-05-19 0:18 UTC (permalink / raw)
To: LKML
I'm trying to resurrect an old laptop based on the Winchip2A, but I am
unable to get a 2.6.25 kernel built that works.
I've tried various combinations of gcc versions (4.1, 4.2.3, 4.3
snapshots), various build options, and in all cases I get the same
symptoms:
1) klogd will take 100% CPU time once the system is up.
2) attempting to access /proc/mtrr will yield "Input/output error"
strace'ing the klogd process yields:
syslog(0x2, 0x804d6e0, 0xfff) = -1 EPERM (Operation not
permitted)
write(2, "klogd: Error return from sys_syc"..., 65) = -1 EBADF (Bad file
descriptor)
I've tried building the kernel targeting the WinChip2a, the WinChip2,
generic 586, with no preemption, preemption, no optimize for size,
optimize for size.
The funny thing is that if I run the stock kernels as built by Ubuntu
this does not happen, and if I build a kernel in the same way for my
Athlon machines it works.
Has anybody else seen this?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-19 0:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-19 0:18 [BUG] Winchip2A + 2.6.25 = klogd 100% CPU, /proc/mtrr busted David Hagood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome