Re: [PATCH v5 05/26] KVM: arm64: Add missing #include of <linux/bitmap.h> to kvm_host.h
From: Dave Martin <Dave.Martin@arm.com>
Date: 2019-02-26 12:33:38
Also in:
kvmarm
From: Dave Martin <Dave.Martin@arm.com>
Date: 2019-02-26 12:33:38
Also in:
kvmarm
On Tue, Feb 26, 2019 at 12:31:45PM +0000, Mark Rutland wrote:
On Tue, Feb 26, 2019 at 12:06:16PM +0000, Dave Martin wrote:quoted
On Wed, Feb 20, 2019 at 03:23:50PM +0000, Mark Rutland wrote:
[...]
quoted
quoted
#include <asm/barrier.h>[...]quoted
#include <linux/jump_label.h> #include <linux/percpu.h>Done for those three.Great.quoted
quoted
#include <linux/thread_info.h>Since commit e6b673b741ea ("KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing", we do have <asm/thread_info.h>. Since this header is not generic, this seems reasonable. Is there something from <linux/thread_info.h> used here that I'm missing?I think I just confused myself; <asm/thread_info.h> seems sufficient.
OK, I shan't worry about that one, then. Cheers ---Dave _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel