Fix these warnings caused by missing #include in <asm-mips/kgdb.h>:

In file included from include/linux/kgdb.h:22,
                 from drivers/serial/serial_txx9_kgdb.c:20:
include/asm/kgdb.h:8:6: warning: "_MIPS_ISA_MIPS3" is not defined
include/asm/kgdb.h:8:19: warning: "_MIPS_ISA_MIPS1" is not defined

Signed-off-by: Sergey Shtylyov <[EMAIL PROTECTED]>

Index: linux-2.6/include/asm-mips/kgdb.h
===================================================================
--- linux-2.6.orig/include/asm-mips/kgdb.h
+++ linux-2.6/include/asm-mips/kgdb.h
@@ -2,6 +2,7 @@
 #ifndef _ASM_KGDB_H_
 #define _ASM_KGDB_H_
 
+#include <asm/sgidefs.h>
 #include <asm-generic/kgdb.h>
 
 #ifndef __ASSEMBLY__


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Kgdb-bugreport mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to