Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753753AbbGSRWM (ORCPT ); Sun, 19 Jul 2015 13:22:12 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:34939 "EHLO mail-wg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753326AbbGSRWL (ORCPT ); Sun, 19 Jul 2015 13:22:11 -0400 From: Mathias Krause To: Borislav Petkov Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , linux-kernel@vger.kernel.org, x86@kernel.org, Mathias Krause Subject: [PATCH 0/2] x86, microcode: __ref / __refdata cleanups Date: Sun, 19 Jul 2015 19:21:54 +0200 Message-Id: <1437326516-13689-1-git-send-email-minipli@googlemail.com> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 802 Lines: 25 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(-) -- 1.7.10.4 -- 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/