]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc/io: Use standard barrier macros in io.c
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 18 Dec 2024 10:55:06 +0000 (21:55 +1100)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Wed, 26 Feb 2025 15:45:09 +0000 (21:15 +0530)
commit1b52e091e7f1422a5b285c68606c307cfdf2b674
tree05658d3dd8313c0f14493e68be3d94b80737cf5a
parent76c7d4300d99fbf7f81190c2cec794ff85e1770d
powerpc/io: Use standard barrier macros in io.c

io.c uses open-coded barriers. Update it to use the equivalent but in
macro form.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20241218105523.416573-18-mpe@ellerman.id.au
arch/powerpc/kernel/io.c