commit | 2400c13c437debc99d3399a7100d4e8c3fe20a08 | [log] [tgz] |
---|---|---|
author | Sudeep Holla <sudeep.holla@arm.com> | Fri Jun 11 19:10:58 2021 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Jun 17 00:09:12 2021 +1000 |
tree | 3be6448f8a9c776eb786ef3b67f27bc1a6501467 | |
parent | db8f7066dc498acf9074ed3c11a7a24f318d8d4f [diff] |
powerpc/watchdog: include linux/processor.h for spin_until_cond This implementation uses spin_until_cond in wd_smp_lock including neither linux/processor.h nor asm/processor.h This patch includes linux/processor.h here for spin_until_cond usage. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/5e8d2d50f301a346040362028c2ecba40685de9e.1623438544.git.christophe.leroy@csgroup.eu