Comment 37 for bug 277924

Revision history for this message
Adam Conrad (adconrad) wrote :

from init/version.c:
#ifndef CONFIG_KALLSYMS
#define version(a) Version_ ## a

Looks like this is an intentional optimization, and the real buglet here is just that klogd should perhaps be made intelligent enough to realize it's loading on a KALLSYMS kernel, and suppress its error message (or print something friendlier like "Not loading System.map, because the kernel is built with internal symbol lookup tables")