From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932317AbYBBJH0 (ORCPT ); Sat, 2 Feb 2008 04:07:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758500AbYBBJG6 (ORCPT ); Sat, 2 Feb 2008 04:06:58 -0500 Received: from gw.goop.org ([64.81.55.164]:56610 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753051AbYBBJG4 (ORCPT ); Sat, 2 Feb 2008 04:06:56 -0500 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 0 of 7] x86: more pgalloc unification Message-Id: Date: Sat, 02 Feb 2008 01:05:12 -0800 From: Jeremy Fitzhardinge To: Ingo Molnar Cc: LKML , Andi Kleen , Jan Beulich , Eduardo Pereira Habkost , Ian Campbell , H Peter Anvin Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ingo, This series does more unification of pgalloc, and creates a unified mm/pgtable.c for common pagetable functions. Ends up removing pgalloc_32/64.h in favour of pgalloc.h. [ I thought I'd mailed this earlier, but I don't see it on lkml. Maybe I created the mbox without sending it. Anyway, this should go before the set I just mailed. ] Thanks, J