Ingo Molnar 89804c022f x86: fix csum_partial() export
Fix this symbol export problem:

    Building modules, stage 2.
    MODPOST 193 modules
    ERROR: "csum_partial" [fs/reiserfs/reiserfs.ko] undefined!
    make[1]: *** [__modpost] Error 1
    make: *** [modules] Error 2

This is due to a known weakness of symbol exports: if a symbol's
only in-core user is an EXPORT_SYMBOL from a lib-y section, the
symbol is not linked in.

The solution is to move the export to x8664_ksyms_64.c - but the real
solution would be to fix kbuild.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-05-13 19:38:47 +02:00
..
2008-05-09 08:03:03 -07:00
2008-05-09 08:04:56 -07:00
2008-05-05 12:38:50 -07:00
2008-05-12 22:57:51 +10:00
2008-05-12 22:57:51 +10:00
2008-05-07 09:23:02 +02:00
2008-05-11 18:05:20 -07:00
2008-05-13 19:38:47 +02:00
2008-04-29 08:06:11 -07:00