From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx132.postini.com [74.125.245.132]) by kanga.kvack.org (Postfix) with SMTP id EF8186B00AB for ; Thu, 28 Jun 2012 10:54:21 -0400 (EDT) Message-ID: <1340895238.28750.49.camel@twins> Subject: Re: [PATCH 13/40] autonuma: CPU follow memory algorithm From: Peter Zijlstra Date: Thu, 28 Jun 2012 16:53:58 +0200 In-Reply-To: <1340888180-15355-14-git-send-email-aarcange@redhat.com> References: <1340888180-15355-1-git-send-email-aarcange@redhat.com> <1340888180-15355-14-git-send-email-aarcange@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Sender: owner-linux-mm@kvack.org List-ID: To: Andrea Arcangeli Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Hillf Danton , Dan Smith , Linus Torvalds , Andrew Morton , Thomas Gleixner , Ingo Molnar , Paul Turner , Suresh Siddha , Mike Galbraith , "Paul E. McKenney" , Lai Jiangshan , Bharata B Rao , Lee Schermerhorn , Rik van Riel , Johannes Weiner , Srivatsa Vaddagiri , Christoph Lameter , Alex Shi , Mauricio Faria de Oliveira , Konrad Rzeszutek Wilk , Don Morris , Benjamin Herrenschmidt On Thu, 2012-06-28 at 14:55 +0200, Andrea Arcangeli wrote: > +#ifdef __ia64__ > +#error "NOTE: tlb_migrate_finish won't run here" > +#endif=20 https://lkml.org/lkml/2012/5/29/359 Its an optional thing, not running it isn't fatal at all. Also, ia64 has CONFIG_NUMA so all this code had better run on it. That said, I've also already told you to stop using such forceful migration, that simply doesn't make any sense, numa balancing isn't that critical. Unless you're going to listen to feedback I give you, I'm going to completely stop reading your patches, I don't give a rats arse you work for the same company anymore. You're impossible to work with. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org