On 21 May 2001, H. Peter Anvin wrote: > Followup to: <[EMAIL PROTECTED]> > By author: "Martin.Knoblauch" <[EMAIL PROTECTED]> > In newsgroup: linux.dev.kernel > > > > 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 It is already done in kernel, because it's displaying :) So, once evaluated, why not to give it to /proc/cpuinfo. I think it makes sense and gives it things in order. Tomas > to having your script read /dev/cpu/*/cpuid? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- [Patch] Output of L1,L2 and L3 cache sizes to /proc/cpuin... Martin.Knoblauch
- Re: [Patch] Output of L1,L2 and L3 cache sizes to /p... H. Peter Anvin
- Re: [Patch] Output of L1,L2 and L3 cache sizes t... Steven Walter
- Re: [Patch] Output of L1,L2 and L3 cache siz... Dave Jones
- Re: [Patch] Output of L1,L2 and L3 cache... David Weinehall
- Re: [Patch] Output of L1,L2 and L3 ... Dave Jones
- Re: [Patch] Output of L1,L2 and L3 cache sizes t... Tomas Telensky
- Re: [Patch] Output of L1,L2 and L3 cache siz... Dave Jones
- Re: [Patch] Output of L1,L2 and L3 cache siz... Martin Knoblauch
- Re: [Patch] Output of L1,L2 and L3 cache sizes to /p... Martin.Knoblauch
- Re: [Patch] Output of L1,L2 and L3 cache sizes t... Martin.Knoblauch
- Re: [Patch] Output of L1,L2 and L3 cache siz... H. Peter Anvin
- Re: [Patch] Output of L1,L2 and L3 cache... Alan Cox
- Re: [Patch] Output of L1,L2 and L3 cache... Martin Knoblauch
- Re: [Patch] Output of L1,L2 and L3 ... H. Peter Anvin
- Re: [Patch] Output of L1,L2 and... Tomas Telensky
- Re: [Patch] Output of L1,L2... Dave Jones