kgdb: cpu/mpc* cpu/74xx: include kgdb.h when needed

Commit cbb0cab1d9 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>
This commit is contained in:
Mike Frysinger 2010-02-08 15:30:16 -05:00 committed by Wolfgang Denk
parent a1b322a983
commit e39bf1e2a9
10 changed files with 10 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include <common.h>
#include <command.h>
#include <kgdb.h>
#include <asm/processor.h>
#ifdef CONFIG_AMIGAONEG3SE

View File

@ -28,6 +28,7 @@
*/
#include <common.h>
#include <kgdb.h>
#include <asm/processor.h>
DECLARE_GLOBAL_DATA_PTR;

View File

@ -34,6 +34,7 @@
#include <common.h>
#include <command.h>
#include <kgdb.h>
#include <asm/processor.h>
#if defined(CONFIG_CMD_BEDBUG)

View 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. */

View 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. */

View File

@ -34,6 +34,7 @@
#include <common.h>
#include <command.h>
#include <kgdb.h>
#include <asm/processor.h>
#include <asm/m8260_pci.h>

View File

@ -27,6 +27,7 @@
#include <common.h>
#include <command.h>
#include <kgdb.h>
#include <asm/processor.h>
#include <asm/mpc8349_pci.h>

View File

@ -38,6 +38,7 @@
#include <common.h>
#include <command.h>
#include <kgdb.h>
#include <asm/processor.h>
DECLARE_GLOBAL_DATA_PTR;

View File

@ -32,6 +32,7 @@
#include <common.h>
#include <command.h>
#include <kgdb.h>
#include <asm/processor.h>
DECLARE_GLOBAL_DATA_PTR;

View File

@ -34,6 +34,7 @@
#include <common.h>
#include <command.h>
#include <kgdb.h>
#include <asm/processor.h>
#if defined(CONFIG_CMD_BEDBUG)