Re: [patch V3 24/37] sched: highmem: Store local kmaps in task struct

From: Thomas Gleixner
Date: Tue Nov 03 2020 - 08:50:18 EST


On Tue, Nov 03 2020 at 10:27, Thomas Gleixner wrote:
> +struct kmap_ctrl {
> +#ifdef CONFIG_KMAP_LOCAL
> + int idx;
> + pte_t pteval[KM_TYPE_NR];

I'm a moron. Fixed it on the test machine ...