summaryrefslogtreecommitdiffstats
path: root/arch/sparc/lib/xor.S
diff options
context:
space:
mode:
authorNagarathnam Muthusamy <nagarathnam.muthusamy@oracle.com>2017-06-19 19:08:49 +0200
committerDavid S. Miller <davem@davemloft.net>2017-06-19 20:13:05 +0200
commitd16c0649feb4fe4e814f44803df5a617769c3233 (patch)
tree995e2800a4efd43e9df827caf0df33e37cb49988 /arch/sparc/lib/xor.S
parentAdding asm-prototypes.h for genksyms to generate crc (diff)
downloadlinux-d16c0649feb4fe4e814f44803df5a617769c3233.tar.xz
linux-d16c0649feb4fe4e814f44803df5a617769c3233.zip
sed regex in Makefile.build requires line break between exported symbols
The following regex in Makefile.build matches only one ___EXPORT_SYMBOL per line. sed 's/.*___EXPORT_SYMBOL[[:space:]]*\([a-zA-Z0-9_]*\)[[:space:]]*,.*/EXPORT_SYMBOL(\1);/' ATOMIC_OPS macro in atomic_64.S expands multiple symbols in same line hence version generation is done only for the last matched symbol. This patch adds new line between the symbol expansions. Signed-off-by: Nagarathnam Muthusamy <nagarathnam.muthusamy@oracle.com> Reviewed-by: Babu Moger <babu.moger@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/lib/xor.S')
0 files changed, 0 insertions, 0 deletions