From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754737AbcDKMfN (ORCPT ); Mon, 11 Apr 2016 08:35:13 -0400 Received: from ozlabs.org ([103.22.144.67]:41469 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753206AbcDKMfK (ORCPT ); Mon, 11 Apr 2016 08:35:10 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: c0c523897d1f83bc8484cb58d1f51d935b23cee5 In-Reply-To: <1459116497-19991-3-git-send-email-paul.gortmaker@windriver.com> To: Paul Gortmaker , From: Michael Ellerman Cc: Andrzej Hajda , Paul Gortmaker , Paul Mackerras , Anton Blanchard , Hari Bathini , Nathan Fontenot , linuxppc-dev@lists.ozlabs.org Subject: Re: [2/3] powerpc: make kernel/nvram_64.c explicitly non-modular Message-Id: <3qk8fN6mWpz9t57@ozlabs.org> Date: Mon, 11 Apr 2016 22:35:08 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2016-27-03 at 22:08:16 UTC, Paul Gortmaker wrote: > The Makefile/Kconfig currently controlling compilation of this code is: > > obj-$(CONFIG_PPC64) += setup_64.o sys_ppc32.o \ > signal_64.o ptrace32.o \ > paca.o nvram_64.o firmware.o > > arch/powerpc/platforms/Kconfig.cputype:config PPC64 > arch/powerpc/platforms/Kconfig.cputype: bool "64-bit kernel" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the modular code that is essentially orphaned, so that > when reading the driver there is no doubt it is builtin-only. ... > Signed-off-by: Paul Gortmaker > Reviewed-by: Nathan Fontenot Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c0c523897d1f83bc8484cb58d1 cheers