2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>

* cpu.c: Add _PPC_MSR_DISABLE_MASK.
This commit is contained in:
Ralf Corsepius
2005-02-13 07:35:48 +00:00
parent d3fcd2b0ec
commit 5c4f1f1bd4
4 changed files with 12 additions and 0 deletions

View File

@@ -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>
* Makefile.am, configure.ac: Remove (Unused).

View File

@@ -859,3 +859,5 @@ boolean _ISR_Is_in_progress( void )
{
return (_ISR_Nest_level != 0);
}
const unsigned int _PPC_MSR_DISABLE_MASK = PPC_MSR_DISABLE_MASK;

View File

@@ -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>
* Makefile.am, configure.ac: Remove (Unused).

View File

@@ -859,3 +859,5 @@ boolean _ISR_Is_in_progress( void )
{
return (_ISR_Nest_level != 0);
}
const unsigned int _PPC_MSR_DISABLE_MASK = PPC_MSR_DISABLE_MASK;