Re: [Xen-devel] [PATCH 2/7] xen/mce: remove unused x86_mcinfo_add()

2017-02-24 Thread Jan Beulich
>>> On 24.02.17 at 11:52, wrote: > c/s 9d13fd9fd320a7740c6446c048ff6a2990095966 turned to update the > mcinfo buffer in-place instead of using x86_mcinfo_add(). The last > uses of x86_mcinfo_add() were removed by that commit as well. > Therefore, x86_mcinfo_add() was deprecated in fact. > > Signe

[Xen-devel] [PATCH 2/7] xen/mce: remove unused x86_mcinfo_add()

2017-02-24 Thread Haozhong Zhang
c/s 9d13fd9fd320a7740c6446c048ff6a2990095966 turned to update the mcinfo buffer in-place instead of using x86_mcinfo_add(). The last uses of x86_mcinfo_add() were removed by that commit as well. Therefore, x86_mcinfo_add() was deprecated in fact. Signed-off-by: Haozhong Zhang --- Cc: Christoph Eg