Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/riscv64/include/arch/context_struct.h

    r09ab0a9a rc030818  
    4646#define CONTEXT_OFFSET_S10  0x70
    4747#define CONTEXT_OFFSET_S11  0x78
    48 #define CONTEXT_OFFSET_IPL  0x80
    49 #define CONTEXT_SIZE        0x88
     48#define CONTEXT_SIZE        0x80
    5049
    5150#ifndef __ASSEMBLER__
     
    7069        uint64_t s10;
    7170        uint64_t s11;
    72         ipl_t ipl;
    7371} context_t;
    7472
Note: See TracChangeset for help on using the changeset viewer.