Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm64/include/arch/istate_struct.h

    r06f10ac r84176f3  
    6565#define ISTATE_OFFSET_X29    0x108
    6666#define ISTATE_OFFSET_X30    0x110
    67 #define ISTATE_OFFSET_PAD0   0x118
    68 #define ISTATE_SIZE          0x120
     67#define ISTATE_SIZE          0x118
    6968
    7069#ifndef __ASSEMBLER__
     
    110109        /* Link Register. */
    111110        uint64_t x30;
    112 
    113         /*
    114          * ARM64 mandates that the stack pointer is always aligned to
    115          * a 16-byte boundary. To satisfy this condition, the size of
    116          * this data structure needs to be also a multiple of 16 bytes.
    117          * This is the reason for this padding.
    118          */
    119         uint64_t pad0;
    120111} istate_t;
    121112
    122113#endif
    123 
    124114#endif
Note: See TracChangeset for help on using the changeset viewer.