From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 01/15] avr32: convert to asm-generic/memory_model.h Date: Thu, 24 Sep 2015 08:10:02 -0700 Message-ID: <20150924151002.GA24375@infradead.org> References: <20150923043737.36490.70547.stgit@dwillia2-desk3.jf.intel.com> <20150923044118.36490.75919.stgit@dwillia2-desk3.jf.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: akpm@linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-nvdimm@ml01.01.org To: Dan Williams Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:38483 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752526AbbIXPKD (ORCPT ); Thu, 24 Sep 2015 11:10:03 -0400 Content-Disposition: inline In-Reply-To: <20150923044118.36490.75919.stgit@dwillia2-desk3.jf.intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Sep 23, 2015 at 12:41:18AM -0400, Dan Williams wrote: > Switch avr32/include/asm/page.h to use the common defintions for > pfn_to_page(), page_to_pfn(), and ARCH_PFN_OFFSET. This was the last architecture not using asm-generic/memory_model.h, so it might be time to move it to linux/ or even fold it into an existing header.