Subversion Repositories HelenOS-historic

Rev

Rev 703 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 703 Rev 1248
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
-
 
29
/**
-
 
30
 * @file    the.c
-
 
31
 * @brief   THE structure functions.
-
 
32
 *
-
 
33
 * This file contains functions to manage the THE structure.
-
 
34
 * The THE structure exists at the base address of every kernel
-
 
35
 * stack and carries information about current settings
-
 
36
 * (e.g. current CPU, current thread, task and address space
-
 
37
 * and current preemption counter).
-
 
38
 */
-
 
39
 
29
#include <arch.h>
40
#include <arch.h>
30
#include <typedefs.h>
41
#include <typedefs.h>
31
 
42
 
32
 
43
 
33
/** Initialize THE structure
44
/** Initialize THE structure