Re: [PATCH v3 7/7] arm64: support PREEMPT_DYNAMIC

From: Frederic Weisbecker
Date: Wed Feb 09 2022 - 14:57:23 EST


On Wed, Feb 09, 2022 at 03:35:35PM +0000, Mark Rutland wrote:
> Note that PREEMPT_DYNAMIC is `def bool y`, so this will default to
> enabled.

It should probably be "def_bool y if HAVE_STATIC_CALL_INLINE"...

Thanks.