Changeset d32358f in mainline for kernel/arch/abs32le/src/abs32le.c
- Timestamp:
- 2010-02-04T16:24:32Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b1d3c36
- Parents:
- eda925a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/abs32le/src/abs32le.c
reda925a rd32358f 39 39 #include <arch/asm.h> 40 40 41 #include <func.h> 41 42 #include <config.h> 43 #include <context.h> 42 44 #include <interrupt.h> 43 45 #include <ddi/irq.h> … … 128 130 } 129 131 132 int context_save_arch(context_t *ctx) 133 { 134 return 1; 135 } 136 137 void context_restore_arch(context_t *ctx) 138 { 139 while (true); 140 } 141 130 142 /** @} 131 143 */
Note:
See TracChangeset
for help on using the changeset viewer.