Changes between Initial Version and Version 1 of Ticket #332
- Timestamp:
- 2011-04-10T13:42:53Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #332
- Property Summary ia64 needs to be able to handle page misses caused by executing incorrect pseudocode → ia64 kernel needs to be able to handle TLB misses caused by executing IRQ pseudocode
-
Ticket #332 – Description
initial v1 1 The ia64 kernel needs to be able to handle page faults caused by processing IRQ pseudocode.1 The ia64 kernel needs to be able to handle TLB misses caused by processing IRQ pseudocode. 2 2 3 3 The kernel should search the global page hash table while not holding the address space mutex. If there is a hit, the mapping is inserted into TLB and the processing is successful. A miss in this situation is a reason to panic the system or, if running in the context of the pseudocode owner task, kill the current task.