Changeset 5f85c91 in mainline for arch/amd64/src/interrupt.c
- Timestamp:
- 2005-11-08T12:22:35Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a140b
- Parents:
- 389f41e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/interrupt.c
r389f41e r5f85c91 140 140 void nm_fault(__u8 n, __native stack[]) 141 141 { 142 #ifdef FPU_LAZY142 #ifdef CONFIG_FPU_LAZY 143 143 scheduler_fpu_lazy_request(); 144 144 #else
Note:
See TracChangeset
for help on using the changeset viewer.