x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / arch / x86 / include / asm / checksum.h
blob5f5bb0f973616d80d9e3085b48f4dd04fcf57d2e
1 #ifdef CONFIG_X86_32
2 # include <asm/checksum_32.h>
3 #else
4 # include <asm/checksum_64.h>
5 #endif