VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: ashimida <ashimida@linux.alibaba.com> 2020-06-02 15:45:17 +0800 committer: Masahiro Yamada <masahiroy@kernel.org> 2020-06-06 23:39:20 +0900 commit: 72d24accf02add25e08733f0ecc93cf10fcbd88c parent: c0901577e1dcc8d1c0fd1a11c8d571f650df845f
Commit Summary:
mksysmap: Fix the mismatch of '.L' symbols in System.map
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/scripts/mksysmap b/scripts/mksysmap
index a35acc0d0b82..9aa23d15862a 100755
--- a/scripts/mksysmap
+++ b/scripts/mksysmap
@@ -41,4 +41,4 @@
 # so we just ignore them to let readprofile continue to work.
 # (At least sparc64 has __crc_ in the middle).
 
-$NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)\|\( .L\)' > $2
+$NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)\|\( \.L\)' > $2