[tip:x86/asm-generic] x86: add copies of some headers to convert to asm-generic

From: tip-bot for Arnd Bergmann
Date: Thu Jun 18 2009 - 17:43:26 EST


Commit-ID: 4adc667593f83a18a8e54ce94f250fd166a272ac
Gitweb: http://git.kernel.org/tip/4adc667593f83a18a8e54ce94f250fd166a272ac
Author: Arnd Bergmann <arnd@xxxxxxxx>
AuthorDate: Thu, 18 Jun 2009 21:48:16 +0200
Committer: H. Peter Anvin <hpa@xxxxxxxxx>
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 <arnd@xxxxxxxx>
LKML-Reference: <cover.1245354003.git.arnd@xxxxxxxx>
Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxx>


---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/