Re: [Patch] Output of L1,L2 and L3 cache sizes to /proc/cpuinfo

H. Peter Anvin (hpa@transmeta.com)
Tue, 22 May 2001 09:52:07 -0700


"Martin.Knoblauch" wrote:
>
> >>
> >> Hi,
> >>
> >> while trying to enhance a small hardware inventory script, I found that
> >> cpuinfo is missing the details of L1, L2 and L3 size, although they may
> >> be available at boot time. One could of cource grep them from "dmesg"
> >> output, but that may scroll away on long lived systems.
> >>
> >
> >Any particular reason this needs to be done in the kernel, as opposed
> >to having your script read /dev/cpu/*/cpuid?
> >
> > -hpa
>
> terse answer: probably the same reason as for most stuff in
> /proc/cpuinfo :-)
>

Terse but just plain wrong.

Most stuff in /proc/cpuinfo is either hard (under some set of
circumstances) for userspace to obtain, or it is used by the kernel
itself anyway.

-hpa

-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/