Re: [Xen-devel] [PATCH 3/5] xen/arm: cpuerrata: Add MIDR_ALL_VERSIONS

2018-01-16 Thread Stefano Stabellini
On Tue, 16 Jan 2018, Julien Grall wrote: > Introduce a new macro MIDR_ALL_VERSIONS to match all variant/revision of a > given CPU model. > > This is part of XSA-254. > > Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini > --- > xen/arch/arm/cpuerrata.c | 6 ++ > 1 file changed

[Xen-devel] [PATCH 3/5] xen/arm: cpuerrata: Add MIDR_ALL_VERSIONS

2018-01-16 Thread Julien Grall
Introduce a new macro MIDR_ALL_VERSIONS to match all variant/revision of a given CPU model. This is part of XSA-254. Signed-off-by: Julien Grall --- xen/arch/arm/cpuerrata.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/xen/arch/arm/cpuerrata.c b/xen/arch/arm/cpuerrata.c index 77258