commit | 3767f3f1ee11da55760616a2c68a09c02babdd9b | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Jun 15 00:00:42 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jun 15 00:00:42 2009 +0900 |
tree | 41f01349b06063bd9ba52c6bb852cb34797a9331 | |
parent | 2b74b85693c7c0772e8787883230cd15314555f8 [diff] [blame] |
sh: Convert sh64 to use the generic checksum code. This plugs in GENERIC_CSUM support on sh64, and kills off all of the old references. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 586cd04..739a12d 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig
@@ -50,6 +50,10 @@ def_bool y depends on BUG && SUPERH32 +config GENERIC_CSUM + def_bool y + depends on SUPERH64 + config GENERIC_FIND_NEXT_BIT def_bool y