From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936910AbZDIWLa (ORCPT ); Thu, 9 Apr 2009 18:11:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756395AbZDIWLT (ORCPT ); Thu, 9 Apr 2009 18:11:19 -0400 Received: from mga01.intel.com ([192.55.52.88]:36773 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750999AbZDIWLT (ORCPT ); Thu, 9 Apr 2009 18:11:19 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.40,163,1239001200"; d="scan'208";a="680329602" Message-Id: <20090409212646.511925000@intel.com> User-Agent: quilt/0.46-1 Date: Thu, 09 Apr 2009 14:26:46 -0700 From: venkatesh.pallipadi@intel.com To: mingo@elte.hu, tglx@linutronix.de, hpa@zytor.com Cc: linux-kernel@vger.kernel.org, Suresh Siddha , Venkatesh Pallipadi Subject: [patch 0/6] x86, PAT, CPA: Cleanups and minor bug fixes Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset contains cleanups and minor bug fixes in x86 PAT and CPA related code. The bugs were mostly found by code inspection. There should not be any functionality changes with this patchset. Signed-off-by: Venkatesh Pallipadi Signed-off-by: Suresh Siddha --