Changeset 18baf9c0 in mainline for kernel/arch/sparc64/include/sun4v


Ignore:
Timestamp:
2009-11-20T17:14:32Z (16 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3da11f37
Parents:
5a4fef9
Message:

Sources forked into sun4u and sun4v versions such that sun4u and sun4v have separate switch_to_userspace routines.

Location:
kernel/arch/sparc64/include/sun4v
Files:
2 edited

Legend:

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

    r5a4fef9 r18baf9c0  
    5858#define SCRATCHPAD_WBUF         0x18
    5959
     60//MH - remove when cpu.h is forked
     61#define ASI_NUCLEUS_QUAD_LDD    0x24    /** ASI for 16-byte atomic loads. */
     62#define ASI_DCACHE_TAG          0x47    /** ASI D-Cache Tag. */
     63#define ASI_ICBUS_CONFIG        0x4a    /** ASI of the UPA_CONFIG/FIREPLANE_CONFIG register. */
     64
    6065#endif
    6166
  • kernel/arch/sparc64/include/sun4v/cpu.h

    r5a4fef9 r18baf9c0  
    5555} exec_unit_t;
    5656
     57// MH
     58#if 0
    5759typedef struct cpu_arch {
    5860        uint64_t id;                    /**< virtual processor ID */
     
    6567                                             so that cores are equally balanced. */
    6668} cpu_arch_t;
     69#endif
    6770
    6871#endif 
Note: See TracChangeset for help on using the changeset viewer.