From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759443AbZFKQbS (ORCPT ); Thu, 11 Jun 2009 12:31:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754309AbZFKQbJ (ORCPT ); Thu, 11 Jun 2009 12:31:09 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:42880 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751860AbZFKQbI (ORCPT ); Thu, 11 Jun 2009 12:31:08 -0400 Subject: Re: [PATCH] init: introduce mm_init() From: Pekka Enberg To: Christoph Lameter Cc: linux-kernel@vger.kernel.org, mingo@elte.hu, torvalds@linux-foundation.org In-Reply-To: References: Date: Thu, 11 Jun 2009 19:31:09 +0300 Message-Id: <1244737869.6281.9.camel@penberg-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.24.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2009-06-11 at 11:57 -0400, Christoph Lameter wrote: > You forgot to move it to mm/mm_init.c OK, but that needs to wait for another day. The patch series is already getting pretty big and there's no mminit.h in include/linux for this. Pekka