|
 2.5.75
 fs
 aio.c
diff -Nru a/fs/aio.c b/fs/aio.c
--- a/fs/aio.c Thu Jul 10 13:16:27 2003
+++ b/fs/aio.c Thu Jul 10 13:16:27 2003
@@ -552,7 +552,7 @@
{
current->mm = NULL;
/* active_mm is still 'mm' */
- enter_lazy_tlb(mm, current, smp_processor_id());
+ enter_lazy_tlb(mm, current);
}
/* Run on kevent's context. FIXME: needs to be per-cpu and warn if an
|