um: remove csum_partial_copy_generic_i386 to clean up exception table
authorHonggang Li <enjoymindful@gmail.com>
Thu, 5 Jun 2014 04:15:24 +0000 (12:15 +0800)
committerRichard Weinberger <richard@nod.at>
Mon, 13 Oct 2014 15:15:02 +0000 (17:15 +0200)
arch/x86/um/checksum_32.S had been copy & paste from x86. When build
x86 uml, csum_partial_copy_generic_i386 mess up the exception table.
In fact, exception table dose not work in uml kernel.

And csum_partial_copy_generic_i386 never been called. So, delete it.

Signed-off-by: Honggang Li <enjoymindful@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>

No differences found