x86: break mutual header inclusion
authorVegard Nossum <vegard.nossum@gmail.com>
Wed, 28 May 2008 07:46:19 +0000 (09:46 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 2 Jun 2008 10:48:23 +0000 (12:48 +0200)
commit6330a30a76c1e62d4b4ec238368957f8febf9113
tree4d7d5ec2cee6ad27c914ced59a624a1bc2f5601d
parent83bea8e1fa0c47b30664b6f92397c016c22f77fb
x86: break mutual header inclusion

This breaks up the mutual inclusion between headers ptrace.h and vm86.h
by moving some small part of vm86.h which is needed by ptrace.h into
processor-flags.h.

We also try to move #include lines to the top.

This has been compile tested on x86_32 and x86_64 defconfig, and run
through 'make headers_check'.

Cc: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/processor-flags.h
include/asm-x86/ptrace.h
include/asm-x86/vm86.h