git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87e299e
)
x86: Fix ASM_X86__ header guards
author
H. Peter Anvin
<hpa@zytor.com>
Thu, 23 Oct 2008 05:26:29 +0000
(22:26 -0700)
committer
H. 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