• S
    ppc4xx: Fix compilation error on ML2 board · 6f6c26e4
    Stefan Roese 提交于
    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: NStefan Roese <sr@denx.de>
    6f6c26e4
traps.c 9.6 KB