From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760089AbZBETcn (ORCPT ); Thu, 5 Feb 2009 14:32:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756298AbZBETcS (ORCPT ); Thu, 5 Feb 2009 14:32:18 -0500 Received: from gw.goop.org ([64.81.55.164]:40039 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756055AbZBETcR (ORCPT ); Thu, 5 Feb 2009 14:32:17 -0500 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 00 of 36] x86: clean up pte functions in pgtable*.h Message-Id: Date: Thu, 05 Feb 2009 11:30:42 -0800 From: Jeremy Fitzhardinge To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ingo, Here's a bunch of tiny patches to move as much as possible from pgtable_*.h to pgtable.h. This serves two purposes: 1. There was a lot of redundancy in there, so there's a fair amount of unification, and 2. Moves all the pte-manipulation into one place, to make further header restructuring easier. Lightly built on 32 and 64-bit pvops, and 64-bit non-pvops configs. 64-bit test boot under kvm. Thanks, J