commit | 4307184f2b9240d0443bdf944c7b9eac044fe67b | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Dec 27 03:23:15 2008 -0500 |
committer | Sam Ravnborg <sam@ravnborg.org> | Fri Jan 02 20:43:24 2009 +0100 |
tree | 272536386a223a743c6b48c792651286be43fa52 | |
parent | 7e557a2509f9e1477c10295b74e29e4e93fa2392 [diff] |
kbuild: in headers_install autoconvert asm/inline/volatile to __xxx__ Headers in userspace should be using the __xxx__ form of the asm, inline, and volatile keywords. Since people like to revert these things without realizing what's going on, have the headers install step autoconvert these keywords. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>