From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754148AbYINJS0 (ORCPT ); Sun, 14 Sep 2008 05:18:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751992AbYINJSS (ORCPT ); Sun, 14 Sep 2008 05:18:18 -0400 Received: from wf-out-1314.google.com ([209.85.200.168]:61032 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751941AbYINJSR (ORCPT ); Sun, 14 Sep 2008 05:18:17 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=MP0pXa1tEWnqrUaJD7grwyxemUOhpIQaAz+VkoGW8ASQCwQNL/gMOuNOzM09NyvjF/ uERj6cxrdMg+fTFJzN+iHaHqf4xm0L+YWupA2CHp5AZZtFwOFaV1AqiIH5pavOlKFaRl LMq4TrB8myJli6afru3RcH5EPeuhsUBtx4vLQ= Message-ID: Date: Sun, 14 Sep 2008 11:18:16 +0200 From: "Dmitry Adamushko" To: "Ingo Molnar" Subject: Re: [x86-tip, patch] rework of the microcode splitup Cc: "Peter Oruba" , "Tigran Aivazian" , LKML In-Reply-To: <1221383648.6184.28.camel@earth> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1221383648.6184.28.camel@earth> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ forgot to add my SOB line ] > > From: Dmitry Adamushko > Subject: x86-microcode, rework of the microcode splitup > > x86, microcode rework, v2 > > this is a rework of the microcode splitup in tip/x86/microcode > > This new interface is supposed to be cleaner and better maintainability-wise; > > 4 files changed, 304 insertions(+), 362 deletions(-) Signed-off-by: Dmitry Adamushko > > > --- a/arch/x86/kernel/microcode.c > +++ b/arch/x86/kernel/microcode.c > @@ -70,8 +70,9 @@ > * Fix sigmatch() macro to handle old CPUs with pf == 0. > * Thanks to Stuart Swales for pointing out this bug. > */ > - [ ... ] -- Best regards, Dmitry Adamushko