forked from Imagelibrary/rtems
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* cpu.c: Add _PPC_MSR_DISABLE_MASK.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu.c: Add _PPC_MSR_DISABLE_MASK.
|
||||||
|
|
||||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am, configure.ac: Remove (Unused).
|
* Makefile.am, configure.ac: Remove (Unused).
|
||||||
|
|||||||
@@ -859,3 +859,5 @@ boolean _ISR_Is_in_progress( void )
|
|||||||
{
|
{
|
||||||
return (_ISR_Nest_level != 0);
|
return (_ISR_Nest_level != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const unsigned int _PPC_MSR_DISABLE_MASK = PPC_MSR_DISABLE_MASK;
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu.c: Add _PPC_MSR_DISABLE_MASK.
|
||||||
|
|
||||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am, configure.ac: Remove (Unused).
|
* Makefile.am, configure.ac: Remove (Unused).
|
||||||
|
|||||||
@@ -859,3 +859,5 @@ boolean _ISR_Is_in_progress( void )
|
|||||||
{
|
{
|
||||||
return (_ISR_Nest_level != 0);
|
return (_ISR_Nest_level != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const unsigned int _PPC_MSR_DISABLE_MASK = PPC_MSR_DISABLE_MASK;
|
||||||
|
|||||||
Reference in New Issue
Block a user