2003-02-20 Till Straumann <strauman@slac.stanford.edu>

PR 349/bsps
	* rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
This commit is contained in:
Joel Sherrill
2003-02-20 22:11:46 +00:00
parent 8860f103a5
commit cd228d76ad
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2003-02-20 Till Straumann <strauman@slac.stanford.edu>
PR 349/bsps
* rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require autoconf-2.57 + automake-1.7.2.

View File

@@ -101,6 +101,8 @@ n:
#define LR 8
#define CTR 9
#define HID0 1008 /* Hardware Implementation */
#define HID1 1009 /* Hardware Implementation */
#define DABR 1013 /* Data Access Breakpoint */
#define PVR 287 /* Processor Version */
#define IBAT0U 528 /* Instruction BAT #0 Upper/Lower */
#define IBAT0L 529