Re: [Xen-devel] [PATCH 6/9] x86/mtrr: drop unused mtrr_ops struct

2016-08-17 Thread Jan Beulich
>>> On 17.08.16 at 01:28, wrote: > There are no users of the mtrr_ops struct or any of the callers on it so > drop those. > > Signed-off-by: Doug Goldstein Acked-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.o

[Xen-devel] [PATCH 6/9] x86/mtrr: drop unused mtrr_ops struct

2016-08-16 Thread Doug Goldstein
There are no users of the mtrr_ops struct or any of the callers on it so drop those. Signed-off-by: Doug Goldstein --- xen/arch/x86/cpu/mtrr/generic.c | 12 xen/arch/x86/cpu/mtrr/mtrr.h| 23 --- 2 files changed, 35 deletions(-) diff --git a/xen/arch/x86/cpu/