forked from Imagelibrary/rtems
2001-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* support/new_exception_processing/Makefile.am, support/old_exception_processing/Makefile.am, support/old_exception_processing/cpu_asm.S, support/old_exception_processing/irq_stub.S: Modified to reflect old versus new exception processing being a per BSP option. * support/new_exception_processing/c_isr.inl, support/new_exception_processing/cpu.h, support/old_exception_processing/c_isr.inl, support/old_exception_processing/cpu.h, support/old_exception_processing/ppc_offs.h: Removed.
This commit is contained in:
@@ -31,8 +31,13 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
* FIXME: This file is bsp-dependent.
|
||||
*/
|
||||
#include <bspopts.h>
|
||||
|
||||
#include <asm.h>
|
||||
#include "ppc_offs.h"
|
||||
#include <rtems/score/ppc_offs.h>
|
||||
|
||||
BEGIN_CODE
|
||||
/*
|
||||
|
||||
@@ -20,6 +20,11 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
* FIXME: this file is bsp dependent.
|
||||
*/
|
||||
#include <bspopts.h>
|
||||
|
||||
/* void __ISR_Handler()
|
||||
*
|
||||
* This routine provides the RTEMS interrupt management.
|
||||
|
||||
Reference in New Issue
Block a user