Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753621AbbGSQus (ORCPT ); Sun, 19 Jul 2015 12:50:48 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:37640 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752822AbbGSQur (ORCPT ); Sun, 19 Jul 2015 12:50:47 -0400 From: Mathias Krause To: "Rafael J. Wysocki" , Len Brown Cc: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, Mathias Krause , Paul Gortmaker Subject: [PATCH 0/2] ACPI: __refdata cleanups Date: Sun, 19 Jul 2015 18:50:37 +0200 Message-Id: <1437324639-18118-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: 1069 Lines: 32 This series is a respin of patch "03/12"[1] with slightly more coverage. [1] http://marc.info/?l=linux-acpi&m=143419843716724&w=4 The __refdata annotations used to be needed in __cpuinit times but those are long gone (since v3.11). Now those annotations may serve as an additional error source, hiding legitimate section mismatches. This series drops the unneeded annotations and adds a comment to the last legitimate remaining one below drivers/acpi/. Please apply. Mathias Krause (2): ACPI / processor: remove bogus __refdata annotations ACPI / OSL: add comment for the __ref annotation of acpi_os_unmap_iomem() drivers/acpi/acpi_processor.c | 2 +- drivers/acpi/osl.c | 3 +++ drivers/acpi/processor_driver.c | 2 +- 3 files changed, 5 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/