[PATCH 5/6] Cleanup header files to build a proper 32 bit VDSO

2012-12-18 Thread stefani
From: Stefani Seibold To build a proper VDSO for 64 bit and 32 bit from the same source, some header cleanup is necessary, otherwise a "gcc -m32" will produce a lot of errors and warnings due the differents with LP64 and LP32. Signed-off-by: Stefani Seibold --- arch/x86/mm/init_32.c

[PATCH 5/6] Cleanup header files to build a proper 32 bit VDSO

2012-12-18 Thread stefani
From: Stefani Seibold stef...@seibold.net To build a proper VDSO for 64 bit and 32 bit from the same source, some header cleanup is necessary, otherwise a gcc -m32 will produce a lot of errors and warnings due the differents with LP64 and LP32. Signed-off-by: Stefani Seibold stef...@seibold.net