2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* ppc403/vectors/vectors.S: Include <bsp.h>.
	* shared/include/cpu.h: Remove stray empty lines.
This commit is contained in:
Joel Sherrill
2001-11-28 00:18:09 +00:00
parent 3dc3511175
commit cdf6274689
3 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ppc403/vectors/vectors.S: Include <bsp.h>.
* shared/include/cpu.h: Remove stray empty lines.
2001-11-27 Joel Sherrill <joel@OARcorp.com>,
* new_exception_processing/Makefile.in,

View File

@@ -40,6 +40,7 @@
* $Id$
*/
#include <bsp.h> /* PPC_VECTOR_FILE_BASE */
#include "asm.h"
#ifndef PPC_VECTOR_FILE_BASE

View File

@@ -330,10 +330,3 @@ static inline void PPC_Set_timebase_register (unsigned long long tbr)
#endif
#endif /* __PPC_CPU_H */