no, look at the code. it is not going to benefit from assembly (assuming
you can even implement it cleanly in assembly). its basically an
iteration of other function calls.
doing a new implementation in assembly for each platform is not
feasible, anyhow. this is the sort of thing that needs to be uniform.
this really has nothing to do with the "iron" of the computer -- its a
loop to check and free swap pages. assembly will not provide benefit.
-- Robert M. Love rml@ufl.edu rml@tech9.net- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/