Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8d40e5b authored by Todd Kjos's avatar Todd Kjos
Browse files

ANDROID: fix kernelci build-break due to stop_ipi hook



Fix build-break for non GKI builds caused by using the
_rcuidle() variant of a vendor hook.

Fixes: bad091cc ("ANDROID: vendor_hooks: Add vendor hooks for
getting printk messages")
Signed-off-by: default avatarTodd Kjos <tkjos@google.com>
Change-Id: I0dffaf7e0df198a63578818f7c155671efe382b5
parent de84825a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ DECLARE_HOOK(android_vh_printk_store,
	TP_ARGS(facility, level))
#else
#define trace_android_vh_ipi_stop(regs)
#define trace_android_vh_ipi_stop_rcuidle(regs)
#define trace_android_vh_printk_store(facility, level)
#endif