
andre.goddard at gmail
Nov 21, 2009, 4:16 AM
Post #1 of 1
(54 views)
Permalink
|
|
[PATCH 0/2] pid: tighten pidmap spinlock section and clean up
|
|
Avoid calling kfree() from under pidmap spinlock and reduces code size by 16 bytes on gcc 4.4.1 on Core 2. André Goddard Rosa (2): pid: tighten pidmap spinlock critical section by removing kfree() pid: reduce code size by using a pointer to iterate over array kernel/pid.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|