Changeset 29b2bbf in mainline for kernel/arch/sparc64/include/arch.h


Ignore:
Timestamp:
2006-09-18T22:10:20Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
19dba2b
Parents:
57da95c
Message:

sparc64 work:

  • Experimental support for TSB (Translation Storage Buffer).
File:
1 edited

Legend:

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

    r57da95c r29b2bbf  
    3838#define KERN_sparc64_ARCH_H_
    3939
    40 #define ASI_AIUP        0x10    /** Access to primary context with user privileges. */
    41 #define ASI_AIUS        0x11    /** Access to secondary context with user privileges. */
     40#define ASI_AIUP        0x10            /** Access to primary context with user privileges. */
     41#define ASI_AIUS        0x11            /** Access to secondary context with user privileges. */
    4242
    43 #define NWINDOW         8       /** Number of register window sets. */
     43#define ASI_NUCLEUS_QUAD_LDD    0x24    /** ASI for 16-byte atomic loads. */
     44
     45#define NWINDOW         8               /** Number of register window sets. */
    4446
    4547#endif
Note: See TracChangeset for help on using the changeset viewer.