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:
Joel Sherrill
2001-11-20 18:48:43 +00:00
parent 800cd2a8fb
commit 39fb164342
12 changed files with 65 additions and 2393 deletions

View File

@@ -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
/*

View File

@@ -20,6 +20,11 @@
* $Id$
*/
/*
* FIXME: this file is bsp dependent.
*/
#include <bspopts.h>
/* void __ISR_Handler()
*
* This routine provides the RTEMS interrupt management.