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)
commit671312304ec73059a0128ff3ac7a5ced459098ae
tree8ecfc2bc434edd845a89bf10e4cc74c3129fcfa0
parentc798360cd1438090d51eeaa8e67985da11362eba
um: remove csum_partial_copy_generic_i386 to clean up exception table

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>
arch/x86/um/checksum_32.S