summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
diff options
context:
space:
mode:
authorBoris BREZILLON <boris.brezillon@free-electrons.com>2014-07-10 19:14:20 +0200
committerNicolas Ferre <nicolas.ferre@atmel.com>2014-08-19 20:32:48 +0200
commit071926041e5b38f84f2aaac2122c57e398e535b5 (patch)
tree45eb6c3e89b9b4038ee4300cda5b80ffc16db156 /include/linux/workqueue.h
parent91a55d4f690066a249d5cdeca86f0c3164301861 (diff)
downloadkernel-071926041e5b38f84f2aaac2122c57e398e535b5.tar.gz
ARM: at91: enclose at91_aic_xx calls in IS_ENABLED(CONFIG_OLD_IRQ_AT91) blocks
Enclose at91_aic_xx calls in IS_ENABLED(CONFIG_OLD_IRQ_AT91) blocks in order to prepare migration to the new AIC driver. In the new AIC driver the suspend/resume functions are called by the generic irq framework and are no longer needed in the PM specific code. Moreover, the new AIC driver no longer exposes the at91_aic_base variable which is used by the at91_aic_read functions. Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'include/linux/workqueue.h')
0 files changed, 0 insertions, 0 deletions
Andrii Nakryiko 2021-03-30bpf: selftests: Update clang requirement in README.rst for testing kfunc callMartin KaFai Lau 2021-03-09selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_sizeIlya Leoshkevich 2021-03-04selftests/bpf: Add a verifier scale test with unknown bounded loopYonghong Song 2021-02-04bpf/selftests: Add a short note about vmtest.sh in README.rstKP Singh