Re: [PATCH 1/1] genksyms: fix metag symbol prefix on crc symbols

2013-02-12 Thread James Hogan
On 11/02/13 15:57, James Hogan wrote: > 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 and so > that modpost finds them. > > Signed-off-by: James Hoga

[PATCH 1/1] genksyms: fix metag symbol prefix on crc symbols

2013-02-11 Thread James Hogan
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 and so that modpost finds them. Signed-off-by: James Hogan --- scripts/genksyms/genksyms.c |3 ++- 1