]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
kgdb: cpu/mpc* cpu/74xx: include kgdb.h when needed
authorMike Frysinger <vapier@gentoo.org>
Mon, 8 Feb 2010 20:30:16 +0000 (15:30 -0500)
committerWolfgang Denk <wd@denx.de>
Mon, 8 Feb 2010 21:05:42 +0000 (22:05 +0100)
Commit cbb0cab1d929839d broke some platforms which used kgdb code but
didn't actually include kgdb.h.  So include kgdb.h in all the relevant
traps code.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
cpu/74xx_7xx/traps.c
cpu/mpc512x/traps.c
cpu/mpc5xx/traps.c
cpu/mpc5xxx/traps.c
cpu/mpc8220/traps.c
cpu/mpc8260/traps.c
cpu/mpc83xx/traps.c
cpu/mpc85xx/traps.c
cpu/mpc86xx/traps.c
cpu/mpc8xx/traps.c

index 24e28e212a4401952a48b5ac0b50f8bd9a70eadf..1d5dd017efc599e04bfe398da7a0ec8dc69b03b2 100644 (file)
@@ -34,6 +34,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <kgdb.h>
 #include <asm/processor.h>
 
 #ifdef CONFIG_AMIGAONEG3SE
index 8000fabd4ade826f19401cfc71942e56384c8535..786f4a5a7e59d90c66f4c261bda3f4915ebf3c8a 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include <common.h>
+#include <kgdb.h>
 #include <asm/processor.h>
 
 DECLARE_GLOBAL_DATA_PTR;
index cc8e091352836ab74276f45802cfe503e63da756..6882c21a41766c9e90434d50e6f4ba89ef426969 100644 (file)
@@ -34,6 +34,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <kgdb.h>
 #include <asm/processor.h>
 
 #if defined(CONFIG_CMD_BEDBUG)
index 2a0915351e7a788b35b0198520bacdda84c6d6e1..934a2f2ab086f1ad249c0800022e7d69f9de0f55 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <kgdb.h>
 #include <asm/processor.h>
 
 /* Returns 0 if exception not found and fixup otherwise.  */
index f98d40f008742bdbbd8352b8cb04e454613131e8..456578001bbcd50672c4724050610d000b3be162 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <kgdb.h>
 #include <asm/processor.h>
 
 /* Returns 0 if exception not found and fixup otherwise.  */
index f9f4dea9392da1fcfa927a410b2d8506b2462734..d216f71f945ee4d680dc240d955a0cadb59a7bf9 100644 (file)
@@ -34,6 +34,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <kgdb.h>
 #include <asm/processor.h>
 #include <asm/m8260_pci.h>
 
index 3b09a62ac1adc59a0d8482932f8916496f8e9dd4..9d71b8b73008df9b7bcc5d7e4f9f76ec088e8936 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <kgdb.h>
 #include <asm/processor.h>
 #include <asm/mpc8349_pci.h>
 
index 241ebd5657c7b852b21e12131935a995615d7093..10108d86e3343e7d4d0f7a25c814383b7db50cfb 100644 (file)
@@ -38,6 +38,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <kgdb.h>
 #include <asm/processor.h>
 
 DECLARE_GLOBAL_DATA_PTR;
index ad005c3afe663972205a95856f23651da0c8cb54..406403e51277170dd08b88a6bcc9597c2d2e15d0 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <kgdb.h>
 #include <asm/processor.h>
 
 DECLARE_GLOBAL_DATA_PTR;
index f357c8d6bfbe66e0ad0189f5cce65cff149f2401..6efe8e0ea7bc49166734bceef60fb97902171256 100644 (file)
@@ -34,6 +34,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <kgdb.h>
 #include <asm/processor.h>
 
 #if defined(CONFIG_CMD_BEDBUG)