Changeset 41fa6f2 in mainline for arch/ia64/src/interrupt.c
- Timestamp:
- 2006-03-16T17:01:51Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46579c66
- Parents:
- 6eb103c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/interrupt.c
r6eb103c r41fa6f2 175 175 } 176 176 177 void fpu_enable(void); 177 178 178 179 void disabled_fp_register(__u64 vector, istate_t *istate) 179 180 { 180 #ifdef CONFIG_ CPU_LAZY181 #ifdef CONFIG_FPU_LAZY 181 182 scheduler_fpu_lazy_request(); 183 #else 184 dump_interrupted_context(istate); 185 panic("Interruption: %W (%s)\n", (__u16) vector, vector_to_string(vector)); 182 186 #endif 183 187 }
Note:
See TracChangeset
for help on using the changeset viewer.