xen: cleancache shim to Xen Transcendent Memory
[linux-2.6/next.git] / arch / m68k / lib / checksum.c
blob1297536060de6089b8d65dddc834655a83f9b3dc
1 #ifdef CONFIG_MMU
2 #include "checksum_mm.c"
3 #else
4 #include "checksum_no.c"
5 #endif