Index: kernel/arch/ia32/src/asm.S
===================================================================
--- kernel/arch/ia32/src/asm.S	(revision 44c69b668c00d396162d5dd7c6d15d727c9b4a28)
+++ kernel/arch/ia32/src/asm.S	(revision 4e9123946062f7d7097c1093320e053821a97485)
@@ -30,11 +30,4 @@
  *
  */
-
-/**
- * Mask for interrupts 0 - 31 (bits 0 - 31) where 0 means that int
- * has no error word  and 1 means interrupt with error word
- *
- */
-#define ERROR_WORD_INTERRUPT_LIST  0x00027d00
 
 #include <arch/pm.h>
@@ -351,4 +344,10 @@
 	iret
 		
+/**
+ * Mask for interrupts 0 - 31 (bits 0 - 31) where 0 means that int
+ * has no error word  and 1 means interrupt with error word
+ *
+ */
+#define ERROR_WORD_INTERRUPT_LIST  0x00027d00
 
 /** Declare interrupt handlers
