From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755331AbXGHFuY (ORCPT ); Sun, 8 Jul 2007 01:50:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751835AbXGHFuO (ORCPT ); Sun, 8 Jul 2007 01:50:14 -0400 Received: from ozlabs.org ([203.10.76.45]:36893 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751536AbXGHFuN (ORCPT ); Sun, 8 Jul 2007 01:50:13 -0400 Subject: maps2-move-the-page-walker-code-to-lib.patch From: Rusty Russell To: Matt Mackall Cc: Jeremy Fitzhardinge , David Rientjes , Andrew Morton , lkml - Kernel Mailing List , Sam Ravnborg Content-Type: text/plain Date: Sun, 08 Jul 2007 15:49:56 +1000 Message-Id: <1183873796.6005.269.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Matt wrote: > This lets it get shared outside of proc/ and linked in only when needed. Erk, this really belongs in the mm dir. You can use "lib-y += pagewalk.o" there, and it seems to work as well as doing it in lib. Cheers, Rusty.