Ignore:
Timestamp:
2013-11-12T22:24:04Z (10 years ago)
Author:
Jakub Klama <jakub.klama@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a3b034b
Parents:
bf677f6
Message:
  • Add proper TLB flushes in as_install_arch()
  • Improve saving %g1-%g4,%g7 in trap and syscall handlers
File:
1 edited

Legend:

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

    rbf677f6 r9426f7c4  
    4646#define ASI_CACHEMISS   0x01
    4747#define ASI_CACHECTRL   0x02
     48#define ASI_MMUCACHE    0x10
    4849#define ASI_MMUREGS     0x19
    4950#define ASI_MMUBYPASS   0x1c
     51#define ASI_MMUFLUSH    0x18
    5052
    5153#define TASKMAP_MAX_RECORDS  32
Note: See TracChangeset for help on using the changeset viewer.