Re: [PATCH] headers_install.pl: autoconvert asm/inline/volatile to__xxx__

From: H. Peter Anvin
Date: Mon Dec 29 2008 - 05:34:20 EST


Mike Frysinger wrote:
> 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@xxxxxxxxxx>

volatile?

volatile is a keyword in C90, and anything older than that we're
guaranteed to not be compatible with anyway...

-hpa

--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/