From: Honggang Li Date: Thu, 5 Jun 2014 04:15:24 +0000 (+0800) Subject: um: remove csum_partial_copy_generic_i386 to clean up exception table X-Git-Tag: omap-for-v3.19/prcm-cleanup~79^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=671312304ec73059a0128ff3ac7a5ced459098ae;p=pandora-kernel.git 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-diff-tree failed