Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include/asm-x86/irq_32.h: checkpatch cleanups - formatting only | Joe Perches | 2008-04-17 | 1 | -1/+1 |
| | | | | | Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> | ||||
* | i386: introduce "used_vectors" bitmap which can be used to reserve vectors. | Rusty Russell | 2007-10-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | This simplifies the io_apic.c __assign_irq_vector() logic and removes the explicit SYSCALL_VECTOR check, and also allows for vectors to be reserved by other mechanisms (ie. lguest). [ tglx: arch/x86 adaptation ] Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> | ||||
* | i386/x86_64: move headers to include/asm-x86 | Thomas Gleixner | 2007-10-11 | 1 | -0/+48 |
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> |