Re: [PATCH 2/6] xen/x86: Remove unnecessary memset() call

2015-07-07 Thread Konrad Rzeszutek Wilk
On Mon, Jul 06, 2015 at 11:34:21PM -0400, Boris Ostrovsky wrote: > Since ctxt is kzalloc'd there is no need to call a memset for > ctxt->fpu_ctxt. > > Signed-off-by: Boris Ostrovsky Reviewed-by: Konrad Rzeszutek Wilk > --- > arch/x86/xen/smp.c | 1 - > 1 file changed, 1 deletion(-) > > diff -

[PATCH 2/6] xen/x86: Remove unnecessary memset() call

2015-07-06 Thread Boris Ostrovsky
Since ctxt is kzalloc'd there is no need to call a memset for ctxt->fpu_ctxt. Signed-off-by: Boris Ostrovsky --- arch/x86/xen/smp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c index ca7ee1f..7cf0765 100644 --- a/arch/x86/xen/smp.c +++ b/arch/x86/xen