However in include/asm/irq.h you can see:
#include <linux/config.h>
#include <linux/sched.h>
/* include comes from machine specific directory */
#include "irq_vectors.h"
so who is wrong here? This include cames out
of the specific machine directory; but it doesnt
seems a wrong include.
irq_vectors.h is at: include/asm-i386/mach-default/irq_vectors.h
Diego Calleja
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/