projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a8024
)
arm64: tools: Add __ASM_CPUCAPS_H to the endif in cpucaps.h
author
Mark Brown
<broonie@kernel.org>
Thu, 13 May 2021 15:18:19 +0000
(16:18 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 13 May 2021 16:57:43 +0000
(17:57 +0100)
Anshuman suggested this.
Suggested-by: Anshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link:
https://lore.kernel.org/r/20210513151819.12526-1-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/tools/gen-cpucaps.awk
patch
|
blob
|
history
diff --git
a/arch/arm64/tools/gen-cpucaps.awk
b/arch/arm64/tools/gen-cpucaps.awk
index 18737a1ce0448bd0cd3a86417ed97a48081af2d0..00c9e72a200a5d9e126561dd4790ec76377474f1 100755
(executable)
--- a/
arch/arm64/tools/gen-cpucaps.awk
+++ b/
arch/arm64/tools/gen-cpucaps.awk
@@
-31,7
+31,7
@@
BEGIN {
END {
printf("#define ARM64_NCAPS\t\t\t\t%d\n", cap_num)
print ""
- print "#endif"
+ print "#endif
/* __ASM_CPUCAPS_H */
"
}
# Any lines not handled by previous rules are unexpected