OSDN Git Service

powerpc/ptdump: Remove unused 'page_size' parameter
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 8 Jul 2021 16:49:41 +0000 (16:49 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 25 Aug 2021 03:35:48 +0000 (13:35 +1000)
commit64b87b0c70e0fd28352895cba3c0a9631e0072dd
tree1bd7dea46ce826529bf19612f0255bd028c4122d
parent11f27a7fa4ca27935de74e3eb052bdc430d5f8d8
powerpc/ptdump: Remove unused 'page_size' parameter

note_page_update_state() doesn't use page_size. Remove it.

Could also be removed to note_page() but as a following patch
will remove all current users of note_page(), just leave it as
is for now.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/e2f80d052001155251bfe009c360d0c5d9242c6b.1625762906.git.christophe.leroy@csgroup.eu
arch/powerpc/mm/ptdump/ptdump.c