Re: 2.5.59-mm1
From: Anton Blanchard <hidden>
Date: 2003-01-17 08:38:30
Also in:
lkml
From: Anton Blanchard <hidden>
Date: 2003-01-17 08:38:30
Also in:
lkml
-cputimes_stat.patch Not to Linus's taste.
Pity, I just had another reason to use this today (Checking if a network app was locking itself down to a cpu)
-lockless-current_kernel_time.patch Is ia32-only.
We can fix that. Ive been avoiding it because it will take some non trivial cleanup of our ppc64 time.c. Based on how often get_current_time is appearing in profiles and also how gettimeofday has been known to cause problems on large SMP (due to read_lock on xtime starving write_lock in the timer irq) I think this should get merged. Anton -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/