drm/rockchip: vop2: Support 32x8 superblock afbc
[drm/drm-misc.git] / kernel / locking / irqflag-debug.c
blob810b50344d3589db2a066e7b41e51a019a251882
1 // SPDX-License-Identifier: GPL-2.0-only
3 #include <linux/bug.h>
4 #include <linux/export.h>
5 #include <linux/irqflags.h>
7 noinstr void warn_bogus_irq_restore(void)
9 instrumentation_begin();
10 WARN_ONCE(1, "raw_local_irq_restore() called with IRQs enabled\n");
11 instrumentation_end();
13 EXPORT_SYMBOL(warn_bogus_irq_restore);