commit | 42b7772812d15b86543a23b82bd6070eef9a08b1 | [log] [tgz] |
---|---|---|
author | Jan Beulich <[email protected]> | Wed Jul 23 21:27:10 2008 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Jul 24 10:47:15 2008 -0700 |
tree | 10665ee01fe82ce17c68a6278d044531b1ed64c0 | |
parent | a352894d07059649398c4769dc8b645e1a1dad88 [diff] |
mm: remove double indirection on tlb parameter to free_pgd_range() & Co The double indirection here is not needed anywhere and hence (at least) confusing. Signed-off-by: Jan Beulich <[email protected]> Cc: Hugh Dickins <[email protected]> Cc: Nick Piggin <[email protected]> Cc: Christoph Lameter <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: "Luck, Tony" <[email protected]> Cc: Paul Mundt <[email protected]> Cc: "David S. Miller" <[email protected]> Acked-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>