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)
commit97c3ec63089fdcd2abf66619b913900909841dc0
treeca93519b5a80421ed1f6d2f41f7c405c7841bcf3
parentf75c28d896f4dd0064e60bba1e82a4c98908d239
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