aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/page.h
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2020-01-01 18:49:45 +0100
committerMichael Ellerman <[email protected]>2020-01-07 22:04:40 +1100
commitbfbe37f0ce994e7a9945653d7624fadc5c500a9f (patch)
treed27024ac860ff294ceafaa732a8e6d430305bf5a /arch/powerpc/include/asm/page.h
parent5084ff33cac0988c1b979814501dcc2e1ecbf9c0 (diff)
powerpc/83xx: use resource_size
Use resource_size rather than a verbose computation on the end and start fields. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) <smpl> @@ struct resource ptr; @@ - (ptr.end - ptr.start + 1) + resource_size(&ptr) </smpl> Signed-off-by: Julia Lawall <[email protected]> Acked-by: Scott Wood <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/powerpc/include/asm/page.h')
0 files changed, 0 insertions, 0 deletions