[funini.com] ->
[kei@sodan] ->
Kernel Reading
/* [<][>][^][v][top][bottom][index][help] */
#ifndef _ASM_IRQ_REMAPPING_H
#define _ASM_IRQ_REMAPPING_H
extern int x2apic;
#define IRTE_DEST(dest) ((x2apic) ? dest : dest << 8)
#endif
/* [<][>][^][v][top][bottom][index][help] */
[funini.com] ->
[kei@sodan] ->
Kernel Reading