From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751719AbdDMFMW (ORCPT ); Thu, 13 Apr 2017 01:12:22 -0400 Received: from ozlabs.org ([103.22.144.67]:35039 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751312AbdDMFMU (ORCPT ); Thu, 13 Apr 2017 01:12:20 -0400 From: Michael Ellerman To: Stephen Rothwell , Paul Gortmaker Cc: linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, =?utf-8?B?SsOpcsO0bWU=?= Glisse , Evgeny Baskakov , John Hubbard , Mark Hairgrove , Sherry Cheung , Subhash Gutti , Andrew Morton Subject: Re: [PATCH 4/4] mm/hmm: exclude 64 bit arch that explicitly fail to work. In-Reply-To: <20170413132701.633a22a9@canb.auug.org.au> References: <20170413003014.4052-1-paul.gortmaker@windriver.com> <20170413003014.4052-5-paul.gortmaker@windriver.com> <20170413132701.633a22a9@canb.auug.org.au> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Thu, 13 Apr 2017 15:12:12 +1000 Message-ID: <87poggao2b.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Stephen Rothwell writes: > Hi Paul, > > On Wed, 12 Apr 2017 20:30:14 -0400 Paul Gortmaker wrote: >> >> Since ia64 and ppc64 don't set CONFIG_64BIT, they were already >> excluded by the original dependency. > > My powerpc ppc64_defconfig builds have CONFIG_64BIT set ... > > $ grep CONFIG_64BIT ~/next/powerpc_ppc64_defconfig/.config > CONFIG_64BIT=y Yeah, arch/powerpc/Kconfig: config 64BIT bool default y if PPC64 cheers