[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060803201717.GG16927@redhat.com>
Date: Thu, 3 Aug 2006 16:17:17 -0400
From: Dave Jones <davej@...hat.com>
To: Alexey Dobriyan <adobriyan@...il.com>
Cc: Adrian Bunk <bunk@...sta.de>, linux-kernel@...r.kernel.org,
David Woodhouse <dwmw2@...radead.org>,
"H. Peter Anvin" <hpa@...or.com>
Subject: Re: Userspace visible of 3 include/asm/ headers
On Fri, Aug 04, 2006 at 12:14:02AM +0400, Alexey Dobriyan wrote:
> On Thu, Aug 03, 2006 at 03:44:10PM -0400, Dave Jones wrote:
> > On Thu, Aug 03, 2006 at 09:39:52PM +0200, Adrian Bunk wrote:
> > > Could anyone help me regarding the desired userspace visibility of the
> > > following three headers under include/asm/?
> > >
> > > Header : cpufeature.h
> > > Architectures : i386, x86_64
> > > Is there any reason why this header is exported to userspace?
> >
> > Probably not. The only apps I've seen that care about feature bits
> > define them theirselves rather than use these.
>
> Feature bits are only (indirectly) visible via /proc/cpuinfo.
> struct cpuinfo_x86, AFAICS, is never copied to userspace. So, it's safe
> to remove this header.
Most of the bits (all but the linux specific ones), are the same bits you
can get from /dev/cpu/0/cpuid, or from calling the cpuid instruction by hand.
Dave
--
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists