From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757196Ab2CVKea (ORCPT ); Thu, 22 Mar 2012 06:34:30 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:62826 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750880Ab2CVKe0 (ORCPT ); Thu, 22 Mar 2012 06:34:26 -0400 Date: Thu, 22 Mar 2012 11:34:20 +0100 From: Ingo Molnar To: Peter Zijlstra Cc: Nish Aravamudan , Linus Torvalds , Andrew Morton , Thomas Gleixner , Ingo Molnar , Paul Turner , Suresh Siddha , Mike Galbraith , "Paul E. McKenney" , Lai Jiangshan , Dan Smith , Bharata B Rao , Lee Schermerhorn , Andrea Arcangeli , Rik van Riel , Johannes Weiner , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [RFC][PATCH 00/26] sched/numa Message-ID: <20120322103420.GA32716@gmail.com> References: <20120316144028.036474157@chello.nl> <1332409539.18960.508.camel@twins> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1332409539.18960.508.camel@twins> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Zijlstra wrote: > > > I was going to try and test this on power, but it fails to build: > > > > mm/filemap_xip.c: In function ‘__xip_unmap’: > > mm/filemap_xip.c:199: error: implicit declaration of function > > ‘numa_add_vma_counter’ > > Add: > > #include > > to that file and it should build. I could stick your patches into tip:sched/numa (rebasing branch for now) to make it pullable and testable? Thanks, Ingo