Hi, I am porting LINUX MIPS from MALTA on a new board. The problem is that .../mips-boards/maltaint.h files is included in a non-MALTA specific file, irq-gic.c, without #ifdef CONFIG_MALTA protection. The only need there is for the following constant: #define X 0xdead What is the recommended way to follow since I will replace maltaint.h with my new file gdint.h? Thanks, Andrei