Changeset 32fffef0 in mainline for kernel/arch/sparc64/include/arch.h


Ignore:
Timestamp:
2006-08-29T11:06:57Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0fa6044
Parents:
c8ea4a8b
Message:

Define architecture-specific thread sub-constructors and sub-destructors on all architectures.
Define the THREAD_FLAG_USPACE which means that the thread runs in user space.
The forementioned changes allow for allocating of user window buffer on sparc64
threads that execute in userspace.

A lot of formatting and indentation fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/arch.h

    rc8ea4a8b r32fffef0  
    3030 * @{
    3131 */
    32 /** @file
     32/**
     33 * @file
     34 * @brief       Various sparc64-specific macros.
    3335 */
    3436
     
    3941#define ASI_AIUS        0x11    /** Access to secondary context with user privileges. */
    4042
     43#define NWINDOW         8       /** Number of register window sets. */
     44
    4145#endif
    4246
    4347/** @}
    4448 */
    45 
Note: See TracChangeset for help on using the changeset viewer.