Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe | 2008-06-26 |
| | | | | | | | | | 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> | ||
* | x86: create tlb files | Glauber Costa | 2008-04-17 |
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> |