Pavel Machek wrote:
> > [about strtoul]
> > Perhaps I am mistaken but I'd expect it to be called what, ten times at
> > boot time, and a couple of times when X loads the MTRRs?
> 
> On second thought, ps -auxl maybe stresses simple_strtoul a little
> bit. Not sure.

Nah.  proc_pid_lookup does its own conversion from string to number, and
the rest are conversions from numbers to strings in sprintf.

-- Jamie
-
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