summaryrefslogtreecommitdiff
path: root/arch/sparc/lib/copy_user.S
diff options
context:
space:
mode:
authorNagarathnam Muthusamy <nagarathnam.muthusamy@oracle.com>2017-06-19 13:08:49 -0400
committerDavid S. Miller <davem@davemloft.net>2017-06-19 11:13:05 -0700
commitd16c0649feb4fe4e814f44803df5a617769c3233 (patch)
tree995e2800a4efd43e9df827caf0df33e37cb49988 /arch/sparc/lib/copy_user.S
parentbdca8cc096203b17ad0ac4e19f50578207e054d2 (diff)
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/copy_user.S')
0 files changed, 0 insertions, 0 deletions