X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sparc%2Fsystem.h;h=d1a2572e3f553d8a58da30e10b0f0ac84da477af;hb=c41917df8a1adde34864116ce2231a7fe308d2ff;hp=8b6d9c9c8b938ab38d2f99d6112adea1ca3c6ee2;hpb=4750def52cb2c21732dda9aa1d43a07db37b0186;p=linux-2.6 diff --git a/include/asm-sparc/system.h b/include/asm-sparc/system.h index 8b6d9c9c8b..d1a2572e3f 100644 --- a/include/asm-sparc/system.h +++ b/include/asm-sparc/system.h @@ -11,6 +11,7 @@ #include #include #include +#include #ifndef __ASSEMBLY__ @@ -163,16 +164,6 @@ extern void fpsave(unsigned long *fpregs, unsigned long *fsr, "o0", "o1", "o2", "o3", "o7"); \ } while(0) -/* - * On SMP systems, when the scheduler does migration-cost autodetection, - * it needs a way to flush as much of the CPU's caches as possible. - * - * TODO: fill this in! - */ -static inline void sched_cacheflush(void) -{ -} - /* * Changing the IRQ level on the Sparc. */