powerpc/watchpoints: Annotate atomic context in more places
authorBenjamin Gray <bgray@linux.ibm.com>
Tue, 29 Aug 2023 06:34:57 +0000 (16:34 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 18 Sep 2023 02:23:47 +0000 (12:23 +1000)
commit27646b2e02b096a6936b3e3b6ba334ae20763eab
tree439d47ccc311976c3d4f7ac18268ea511b0a27db
parent3241f260eb830d27d09cc604690ec24533fdb433
powerpc/watchpoints: Annotate atomic context in more places

It can be easy to miss that the notifier mechanism invokes the callbacks
in an atomic context, so add some comments to that effect on the two
handlers we register here.

Signed-off-by: Benjamin Gray <bgray@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230829063457.54157-4-bgray@linux.ibm.com
arch/powerpc/kernel/hw_breakpoint.c