try_to_free_pages accepts a third argument, order, but hasn't used it since before 2.6.0. The following patch removes the argument and updates all the calls to try_to_free_pages. Tested on a 4 way x86 box running kernbench. No problems detected. Signed-off-by: Darren Hart