mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 03:55:20 +07:00
3767f3f1ee
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>
6 lines
97 B
C
6 lines
97 B
C
#ifdef CONFIG_SUPERH32
|
|
# include "checksum_32.h"
|
|
#else
|
|
# include <asm-generic/checksum.h>
|
|
#endif
|