Changeset 6e787c4 in mainline for include/cpu.h
- Timestamp:
- 2005-08-24T12:21:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cfd6efd2
- Parents:
- a8f9a82
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/cpu.h
ra8f9a82 r6e787c4 41 41 #include <arch/context.h> 42 42 43 #define CPU_STACK_SIZE (4096)43 #define CPU_STACK_SIZE PAGE_SIZE 44 44 45 45 struct cpu {
Note:
See TracChangeset
for help on using the changeset viewer.