]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/system.h
Merge signal handler branch
[linux-2.6-omap-h63xx.git] / include / asm-parisc / system.h
index f3928d3a80cb01b2afd25569a59fd37e178a4576..863876134b2ca9cce106096cfff6551689403c79 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __PARISC_SYSTEM_H
 #define __PARISC_SYSTEM_H
 
-#include <linux/config.h>
 #include <asm/psw.h>
 
 /* The program status word as bitfields.  */
@@ -49,6 +48,15 @@ extern struct task_struct *_switch_to(struct task_struct *, struct task_struct *
        (last) = _switch_to(prev, next);                        \
 } 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)
+{
+}
 
 
 /* interrupt control */