commit | e2780a68f889c9d7ec8e78d58a3a2be8cfebf202 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Feb 17 13:52:29 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Feb 17 17:52:43 2009 +0100 |
tree | 3ce8d1417b46805574adca60907bd8e064db1c21 | |
parent | 28aa29eeb3918f820b914679cfc4404972f2df32 [diff] |
x86, apic: merge genapic.h into apic.h Impact: cleanup Reduce the number of include files to worry about. Also, most of the users of APIC facilities had to include genapic.h already, which embedded apic.h, so the distinction was meaningless. [ include apic.h from genapic.h for compatibility. ] Signed-off-by: Ingo Molnar <mingo@elte.hu>