Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756112AbbGTHkr (ORCPT ); Mon, 20 Jul 2015 03:40:47 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:36218 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755480AbbGTHkq (ORCPT ); Mon, 20 Jul 2015 03:40:46 -0400 Date: Mon, 20 Jul 2015 09:40:40 +0200 From: Ingo Molnar To: Mathias Krause Cc: Borislav Petkov , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH 0/2] x86, microcode: __ref / __refdata cleanups Message-ID: <20150720074040.GB10802@gmail.com> References: <1437326516-13689-1-git-send-email-minipli@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437326516-13689-1-git-send-email-minipli@googlemail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1034 Lines: 31 * Mathias Krause wrote: > Hi Boris, > > two small cleanups for wrongly annotated variables / functions. They > used to require that annotation for __cpuinit but as that one is gone > since v3.11 we can drop the __ref / __refdata annotation, too. > > Please apply. > > > Mathias Krause (2): > x86, microcode: Drop bogus __refdata annotation of cpu notifier > x86, microcode: Drop bogus __ref annotation of show_saved_mc() > > arch/x86/kernel/cpu/microcode/core.c | 2 +- > arch/x86/kernel/cpu/microcode/intel_early.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Please merge this into the single x86 patch of the previous series that gets rid of __ref/__refdata. There's no need to create unnecessary churn. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/