Changeset 336b739 in mainline
- Timestamp:
- 2018-12-18T20:15:13Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4a33845
- Parents:
- 485281e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/arch/context.h
r485281e r336b739 40 40 #include <arch/stack.h> 41 41 #include <arch/context_struct.h> 42 #include <arch/regutils.h> 42 43 43 44 /* Put one item onto the stack to support get_stack_base() and align it up. */ … … 49 50 (c)->sp = ((uintptr_t) (stack)) + (size) - SP_DELTA; \ 50 51 (c)->fp = 0; \ 52 (c)->cpu_mode = SUPERVISOR_MODE; \ 51 53 } while (0) 52 54
Note:
See TracChangeset
for help on using the changeset viewer.