Changeset mainline,605.1.1


Ignore:
Timestamp:
07/12/2010 12:01:13 PM (23 months ago)
Author:
Jakub Jermar <jakub@…>
branch-nick:
stacks+panics
revision id:
jakub@jermar.eu-20100712120113-9vm5fjs04nwxw88a
Message:

Only kill the offending task on an unresolved prefetch_abort instead of panicking right away.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainline/kernel/arch/arm32/src/mm/page_fault.c

    r51.1.5 r05.1.1  
    198198 
    199199        if (ret == AS_PF_FAULT) { 
     200                fault_if_from_uspace(istate, 
     201                    "Page fault - prefetch_abort: %#x.", istate->pc); 
    200202                panic_memtrap(istate, PF_ACCESS_EXEC, istate->pc, 
    201203                    "Page fault - prefetch_abort."); 
Note: See TracChangeset for help on using the changeset viewer.