Adding a proc entry

Daniele Cruciani (cruciani@CLI.DI.Unipi.IT)
Sat, 24 May 1997 19:15:34 +0200 (MET DST)


Hi,

I'm doing some change to kernel in order to optimize performance of my
cyrix 6x86 (i also had done a patch for that could be found at
http://www.cli.di.unipi.it/~cruciani/CyrixLinux.html) ...

Now, cause cause BogoMIPS float between 104 and 119, i would like to see
from /proc/cpuinfo some addictional info about crx registers and other,
in order to detect what is changed. Where is proc_array_inode_operations
structure defined and how can i add entries (maybe is better to add a
directory in proc for all 586 model cpu).

NOTE: cyrix cr0 bits 29 and 30 unsetted means internal cache enable in
write back mode, in pentium means ... a probably crash ... but i hope this
bits are let be at the old value.

Thank in advance.

Daniele.