]> git.baikalelectronics.ru Git - kernel.git/commit
genksyms: fix metag symbol prefix on crc symbols
authorJames Hogan <james.hogan@imgtec.com>
Mon, 11 Feb 2013 15:40:24 +0000 (15:40 +0000)
committerJames Hogan <james.hogan@imgtec.com>
Sat, 2 Mar 2013 20:11:13 +0000 (20:11 +0000)
commit690c5a379f14929ce04450182e62b519d5ac6a9b
treeca93519b5a80421ed1f6d2f41f7c405c7841bcf3
parente6ce366f0bc57329e4571e1e3f3e7ba42843489b
genksyms: fix metag symbol prefix on crc symbols

Meta uses symbol prefixes, so add "metag" to the list of architectures
to set the mod_prefix to "_" for. This fixes __crc_* symbols to add the
extra underscore to match _CRC_SYMBOL macro in <linux/export.h> and so
that modpost finds them.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
scripts/genksyms/genksyms.c