x86: Fix ASM_X86__ header guards
authorH. Peter Anvin <hpa@zytor.com>
Thu, 23 Oct 2008 05:26:29 +0000 (22:26 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 23 Oct 2008 05:55:23 +0000 (22:55 -0700)
Change header guards named "ASM_X86__*" to "_ASM_X86_*" since:

a. the double underscore is ugly and pointless.
b. no leading underscore violates namespace constraints.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found