Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-26 | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe | |
It's not even passed on to smp_call_function() anymore, since that was removed. So kill it. Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com> | |||
2008-04-17 | x86: create tlb files | Glauber Costa | |
this patch creates tlb_32.c and tlb_64.c, with tlb-related functions that used to live in smp*.c files. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> |