I am using mpc8xx processor with linux-2.4.20 kernel. These prints are getting flooded to my console almost consistenly.
Code:
14 06:29:17 MC4L-TP01 syslog.warn klogd: pte @ 0x10113d88: (0xc51cc100)->(0xc4bd144c)->0x01eec889
Oct 14 06:29:17 MC4L-TP01 syslog.warn klogd: RPN: 01eec PP: 2 SPS: 1 SH: 0 CI: 0 v: 1
Oct 14 06:29:17 MC4L-TP01 syslog.warn klogd: Kernel VA for NIP c1eecd88 pte @ 0xc1eecd88: no pmd
Oct 14 06:29:17 MC4L-TP01 syslog.warn klogd: Bad emulation nm.d/772
Oct 14 06:29:17 MC4L-TP01 syslog.warn klogd: NIP: 10113d88 instruction: 00000000 opcode: 0 A: 0 B: 0 C: 0 code: 0 rc: 0
Oct 14 06:29:19 MC4L-TP01 syslog.warn klogd: pte @ 0x10113d88: (0xc51cc100)->(0xc4bd144c)->0x01eec889
Oct 14 06:29:19 MC4L-TP01 syslog.warn klogd: RPN: 01eec PP: 2 SPS: 1 SH: 0 CI: 0 v: 1
Oct 14 06:29:19 MC4L-TP01 syslog.warn klogd: Kernel VA for NIP c1eecd88 pte @ 0xc1eecd88: no pmd
Oct 14 06:29:19 MC4L-TP01 syslog.warn klogd: end_request: I/O error, dev 03:03 (hda), sector 13404
Oct 14 06:29:19 MC4L-TP01 syslog.warn klogd: end_request: I/O error, dev 03:03 (hda), sector 65542
Oct 14 06:29:19 MC4L-TP01 syslog.crit klogd: EXT3-fs error (device ide0(3,3)): ext3_get_inode_loc: unable to read inode block - inode=7942, block=32771
Oct 14 06:29:19 MC4L-TP01 syslog.warn klogd: end_request: I/O error, dev 03:03 (hda), sector 2
Oct 14 06:29:19 MC4L-TP01 syslog.crit klogd: EXT3-fs error (device ide0(3,3)) in ext3_reserve_inode_write: IO failure
Oct 14 06:29:19 MC4L-TP01 syslog.warn klogd: end_request: I/O error, dev 03:03 (hda), sector 2
Oct 14 06:29:19 MC4L-TP01 syslog.crit klogd: EXT3-fs error (device ide0(3,3)) in ext3_orphan_add: IO failure
Oct 14 06:29:19 MC4L-TP01 syslog.warn klogd: end_request: I/O error, dev 03:03 (hda), sector 2
Oct 14 06:29:19 MC4L-TP01 syslog.warn klogd: Bad emulation nm.d/773
I am concerned over the "Bad Emulation" print. Does it appear if we use floatng points in our application softwares as mpc8xx is not equipped to handle floating points?
Is there a fix for this ? Will compiling the application s/w with some appropriate flags solve this issue??
Thanks in advance.!