x32: Create posix_types_x32.h
authorH. Peter Anvin <hpa@zytor.com>
Tue, 14 Feb 2012 21:13:21 +0000 (13:13 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Feb 2012 20:48:47 +0000 (12:48 -0800)
commit1f5e27a90add2fe2a1c11508f68d377e3ddcf9ab
tree66172218a9ec03f7246714cc1fa08b49c816977c
parentafead38d011ab2f333d12ebb6752ed9baa53b667
x32: Create posix_types_x32.h

This is the same as the 64-bit posix_types.h, except that
__kernel_[u]long_t is defined to be [unsigned] long long and therefore
64 bits.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/Kbuild
arch/x86/include/asm/posix_types.h
arch/x86/include/asm/posix_types_x32.h [new file with mode: 0644]