2011-02-11 Joel Sherrill <joel.sherrilL@OARcorp.com>

* score/include/rtems/score/context.h: Spacing.
This commit is contained in:
Joel Sherrill
2011-02-11 15:38:32 +00:00
parent c1e5bede12
commit 7a5a885e94
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2011-02-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
* score/include/rtems/score/context.h: Spacing.
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/basedefs.h:
+2 -1
View File
@@ -5,7 +5,7 @@
*/
/*
* COPYRIGHT (c) 1989-2006.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -45,6 +45,7 @@ extern "C" {
/**
* @brief Initialize Context Area
*
* This routine initializes @a _the_context such that the stack
* pointer, interrupt level, and entry point are correct for the
* thread's initial state.