summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-17 14:59:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-17 14:59:40 +0000
commit98fc455cf0d29281ec2ff74de45f045a3568a4d4 (patch)
tree71e77d25d8e8e3b656db06dc3c8bc165aba7555e /doc
parent2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-98fc455cf0d29281ec2ff74de45f045a3568a4d4.tar.bz2
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/porting/interrupts.t2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index f090000e11..42a0a71ea7 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,9 @@
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
+
+2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/doc/porting/interrupts.t b/doc/porting/interrupts.t
index d3930d043d..4638c40956 100644
--- a/doc/porting/interrupts.t
+++ b/doc/porting/interrupts.t
@@ -41,7 +41,7 @@ interrupt levels - enabled and disabled.
The _CPU_ISR_Get_level function returns the current interrupt level.
@example
-unsigned32 _CPU_ISR_Get_level( void )
+uint32_t _CPU_ISR_Get_level( void )
@end example
@subsection Set the Interrupt Level