[SNIP]
> > In short: HZ is not variable. Neither is the coprocessor reset value.
> Whoa, STOP! The coprocessor reset value is part of the Linux personality
> on 32-bit Intel hardare. It would be easy to have a new personality
> with a new coprocessor reset value; old software would still work.
>
> The data in /proc is shared by all processes. It is much harder to
> support old software reading /proc.
For proc-reading stuff we can easily check their personality
(if current->personality == HZ_3k)
fake_hz();
Supporting different proc readouts is just as easy as
supporting different personalities. If you don't believe
me I could code up some example code for you...
Rik.
+-------------------------------------------------------------------+
| Linux memory management tour guide. H.H.vanRiel@phys.uu.nl |
| Scouting Vries cubscout leader. http://www.phys.uu.nl/~riel/ |
+-------------------------------------------------------------------+
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/