lkml.org 
[lkml]   [2009]   [Jan]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [GIT PULL -tip v3] fix 39 'make headers_check' warnings
From
Date
On Mon, 2009-01-19 at 12:15 +0100, Ingo Molnar wrote:
> * Harvey Harrison <harvey.harrison@gmail.com> wrote:
> >
> > As part of doing the swab.h splitout it was very tempting to just stop
> > exporting _all_ of the asm/swab.h files now that there is a
> > linux/swab.h. But I ended up leaving things as they were on arches that
> > did expose their arch specific versions to userspace.
>
> i'd argue for a much narrower interface to user-space - we export so much
> stuff (more than 700 headers) and in such an unstructured way (75,000
> lines of code) that it's plain crazy.
>
> So if you think no x86 userspace actually needs swab.h, we can just wrap
> it all in __KERNEL__. I guess we cannot remove swab.h from
> include/linux/Kbuild, right?
>

Correct, include/linux/swab.h must stay as it provides the actual implementation
for the endian helpers cpu_to_le16, etc. But now that I've gotten all of this
split out of byteorder.h, we can hide all of the arch overrides by wrapping
the include of asm/swab.h in ifdef __KERNEL__ and unexporting it. That would
mean userpsace only gets the open-coded C versions and no inline asm from arch
overrides.

So, there wouldn't be any breakage, just possibly pessimization of generated
code if the compiler won't generate the optimized byteswaps on that arch.

Harvey



\
 
 \ /
  Last update: 2009-01-19 19:11    [W:0.062 / U:1.560 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site