From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758935AbYADFlW (ORCPT ); Fri, 4 Jan 2008 00:41:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754044AbYADFjh (ORCPT ); Fri, 4 Jan 2008 00:39:37 -0500 Received: from gw.goop.org ([64.81.55.164]:48780 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753640AbYADFjf (ORCPT ); Fri, 4 Jan 2008 00:39:35 -0500 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 0 of 8] x86: unify asm/page.h Message-Id: Date: Thu, 03 Jan 2008 12:10:57 -0800 From: Jeremy Fitzhardinge To: Ingo Molnar Cc: LKML , Andi Kleen , Glauber de Oliveira Costa , Jan Beulich Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ingo, Here's a series which concentrates on unifying and cleaning up asm-86/page*.h. Each patch in the series restricts itself to doing one thing fairly simply, so it should be fairly low-risk and easy to bisect. The early version of this patch got rid of asm/page_32|64.h entirely, but I decided the resulting #ifdef hell was too hard to deal with, so I moved purely 32/64-bit specific stuff into their own files. Thanks, J