mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-08 00:23:14 +00:00
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* shared/startup/bspstart.c: Eliminate obsolete types.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* shared/startup/bspstart.c: Eliminate obsolete types.
|
||||||
|
|
||||||
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
|
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* Makefile.am, motorola_powerpc/Makefile.am, mvme5500/Makefile.am,
|
* Makefile.am, motorola_powerpc/Makefile.am, mvme5500/Makefile.am,
|
||||||
|
|||||||
@@ -171,8 +171,8 @@ unsigned int EUMBBAR;
|
|||||||
* Processor Address Map B (CHRP).
|
* Processor Address Map B (CHRP).
|
||||||
*/
|
*/
|
||||||
unsigned int get_eumbbar() {
|
unsigned int get_eumbbar() {
|
||||||
out_le32( (volatile unsigned32*)0xfec00000, 0x80000078 );
|
out_le32( 0xfec00000, 0x80000078 );
|
||||||
return in_le32( (volatile unsigned32*)0xfee00000 );
|
return in_le32( 0xfee00000 );
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user