summaryrefslogtreecommitdiffstats
path: root/drivers/sgi/char/shmiq.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sgi/char/shmiq.c')
-rw-r--r--drivers/sgi/char/shmiq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/sgi/char/shmiq.c b/drivers/sgi/char/shmiq.c
index 617c44cd1..9b3011873 100644
--- a/drivers/sgi/char/shmiq.c
+++ b/drivers/sgi/char/shmiq.c
@@ -111,7 +111,6 @@ shmiq_push_event (struct shmqevent *e)
e->un.time = jiffies;
s->events [s->tail] = *e;
- flush_cache_all ();
printk ("KERNEL: dev=%d which=%d type=%d flags=%d\n",
e->data.device, e->data.which, e->data.type, e->data.flags);
s->tail = tail_next;