Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754344Ab2F1Oym (ORCPT ); Thu, 28 Jun 2012 10:54:42 -0400 Received: from merlin.infradead.org ([205.233.59.134]:59775 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750866Ab2F1Oyk convert rfc822-to-8bit (ORCPT ); Thu, 28 Jun 2012 10:54:40 -0400 Message-ID: <1340895238.28750.49.camel@twins> Subject: Re: [PATCH 13/40] autonuma: CPU follow memory algorithm From: Peter Zijlstra 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 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=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 902 Lines: 25 On Thu, 2012-06-28 at 14:55 +0200, Andrea Arcangeli wrote: > +#ifdef __ia64__ > +#error "NOTE: tlb_migrate_finish won't run here" > +#endif 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 from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/