From 671312304ec73059a0128ff3ac7a5ced459098ae Mon Sep 17 00:00:00 2001 From: Honggang Li Date: Thu, 5 Jun 2014 12:15:24 +0800 Subject: [PATCH] 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 Signed-off-by: Richard Weinberger --- Reading git-format-patch failed