commit | 63b6c42cef541830f25c0a5cee3dbf7fb10a867c | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Jan 26 13:33:29 2010 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Feb 03 09:17:00 2010 +0100 |
tree | 81510768d2c822bb73dada42b3b1d9de13d7a0bb | |
parent | 2692e42fa2146fc82fd46416972599b6fcba514a [diff] |
ppc4xx: Fix compilation error on ML2 board Recently this compilation error occurs: Configuring for ML2 board... traps.c: In function 'MachineCheckException': traps.c:159: error: 'debugger_exception_handler' undeclared (first use in this function) traps.c:159: error: (Each undeclared identifier is reported only once traps.c:159: error: for each function it appears in.) This patch now fixes it by including kgdb.h Signed-off-by: Stefan Roese <sr@denx.de>