Changeset a7961271 in mainline for kernel/arch/sparc64/include/arch.h


Ignore:
Timestamp:
2006-08-26T18:42:11Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8ea4a8b
Parents:
f47fd19
Message:

sparc64 work.
Bunch of changes in preparation for sparc64 mm and userspace support.
Fix alignment of hardcoded_* variables in linker script.

File:
1 edited

Legend:

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

    rf47fd19 ra7961271  
    3636#define __sparc64_ARCH_H__
    3737
     38#define ASI_AIUP        0x10    /** Access to primary context with user privileges. */
     39#define ASI_AIUS        0x11    /** Access to secondary context with user privileges. */
     40
    3841#endif
    3942
Note: See TracChangeset for help on using the changeset viewer.