X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fi386%2Flib%2Fmmx.c;h=28084d2e8dd4d96f8371a629f206406b05031203;hb=refs%2Fremotes%2Fvserver;hp=01f8b1a2cc843c42bf7fa5c1e517f444b29c6469;hpb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;p=linux-2.6.git diff --git a/arch/i386/lib/mmx.c b/arch/i386/lib/mmx.c index 01f8b1a2c..28084d2e8 100644 --- a/arch/i386/lib/mmx.c +++ b/arch/i386/lib/mmx.c @@ -1,8 +1,8 @@ -#include #include #include #include #include +#include #include @@ -397,3 +397,7 @@ void mmx_copy_page(void *to, void *from) else fast_copy_page(to, from); } + +EXPORT_SYMBOL(_mmx_memcpy); +EXPORT_SYMBOL(mmx_clear_page); +EXPORT_SYMBOL(mmx_copy_page);