Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755793AbZFRVnW (ORCPT ); Thu, 18 Jun 2009 17:43:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753172AbZFRVnP (ORCPT ); Thu, 18 Jun 2009 17:43:15 -0400 Received: from hera.kernel.org ([140.211.167.34]:34637 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753141AbZFRVnP (ORCPT ); Thu, 18 Jun 2009 17:43:15 -0400 Date: Thu, 18 Jun 2009 21:42:51 GMT From: tip-bot for Arnd Bergmann To: linux-tip-commits@vger.kernel.org Cc: linux-kernel@vger.kernel.org, arnd@arndb.de, hpa@zytor.com, mingo@redhat.com, tglx@linutronix.de Reply-To: mingo@redhat.com, hpa@zytor.com, arnd@arndb.de, linux-kernel@vger.kernel.org, tglx@linutronix.de In-Reply-To: References: Subject: [tip:x86/asm-generic] x86: add copies of some headers to convert to asm-generic Message-ID: Git-Commit-ID: 4adc667593f83a18a8e54ce94f250fd166a272ac X-Mailer: tip-git-log-daemon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (hera.kernel.org [127.0.0.1]); Thu, 18 Jun 2009 21:42:52 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2188 Lines: 50 Commit-ID: 4adc667593f83a18a8e54ce94f250fd166a272ac Gitweb: http://git.kernel.org/tip/4adc667593f83a18a8e54ce94f250fd166a272ac Author: Arnd Bergmann AuthorDate: Thu, 18 Jun 2009 21:48:16 +0200 Committer: H. Peter Anvin CommitDate: Thu, 18 Jun 2009 14:39:40 -0700 x86: add copies of some headers to convert to asm-generic Just an intermediate step to make reviewing easier. These files are identical copies of the existing headers. Signed-off-by: Arnd Bergmann LKML-Reference: Signed-off-by: H. Peter Anvin --- arch/x86/include/asm/{mman.h => generic-mman.h} | 0 .../x86/include/asm/{module.h => generic-module.h} | 0 .../asm/{scatterlist.h => generic-scatterlist.h} | 0 arch/x86/include/asm/{types.h => generic-types.h} | 0 .../include/asm/{ucontext.h => generic-ucontext.h} | 0 5 files changed, 0 insertions(+), 0 deletions(-) diff --git a/arch/x86/include/asm/mman.h b/arch/x86/include/asm/generic-mman.h similarity index 100% copy from arch/x86/include/asm/mman.h copy to arch/x86/include/asm/generic-mman.h diff --git a/arch/x86/include/asm/module.h b/arch/x86/include/asm/generic-module.h similarity index 100% copy from arch/x86/include/asm/module.h copy to arch/x86/include/asm/generic-module.h diff --git a/arch/x86/include/asm/scatterlist.h b/arch/x86/include/asm/generic-scatterlist.h similarity index 100% copy from arch/x86/include/asm/scatterlist.h copy to arch/x86/include/asm/generic-scatterlist.h diff --git a/arch/x86/include/asm/types.h b/arch/x86/include/asm/generic-types.h similarity index 100% copy from arch/x86/include/asm/types.h copy to arch/x86/include/asm/generic-types.h diff --git a/arch/x86/include/asm/ucontext.h b/arch/x86/include/asm/generic-ucontext.h similarity index 100% copy from arch/x86/include/asm/ucontext.h copy to arch/x86/include/asm/generic-ucontext.h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/