kernel-ark/scripts/genksyms
Luke Yang f7b05e64bd kbuild: Fix bug in crc symbol generating of kernel and modules
The scripts/genksyms/genksyms.c uses hardcoded "__crc_" prefix for
crc symbols in kernel and modules. The prefix should be replaced by
"MODULE_SYMBOL_PREFIX##__crc_" otherwise there will be warnings when
MODULE_SYMBOL_PREFIX is not NULL.

I am sorry my last patch for this issue is actually wrong. I revert
it in this patch.

Signed-off-by: Luke Yang <luke.adi@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2006-03-08 18:33:16 +01:00
..
.gitignore gitignore: misc files 2006-01-01 22:21:50 +01:00
genksyms.c kbuild: Fix bug in crc symbol generating of kernel and modules 2006-03-08 18:33:16 +01:00
genksyms.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
keywords.c_shipped kbuild: Create _shipped files for genksyms 2005-12-26 22:53:25 +01:00
keywords.gperf Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lex.c_shipped kbuild: Create _shipped files for genksyms 2005-12-26 22:53:25 +01:00
lex.l Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
parse.c_shipped kbuild: Create _shipped files for genksyms 2005-12-26 22:53:25 +01:00
parse.h_shipped kbuild: Create _shipped files for genksyms 2005-12-26 22:53:25 +01:00
parse.y kbuild: Fix genksyms handling of DEFINE_PER_CPU(struct foo_s *, bar); 2005-12-26 22:39:55 +01:00