Changeset 37e518b in mainline


Ignore:
Timestamp:
2008-11-13T10:37:18Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1b455e
Parents:
1025d28
Message:

Bugfix: A ppc32 task would hang if it touched unmapped memory - was calling printf() with address-space mutex held.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/mm/tlb.c

    r1025d28 r37e518b  
    9696                        return NULL;
    9797                case AS_PF_FAULT:
     98                        printf("Page fault.\n");
    9899                        page_table_lock(as, lock);
    99                         printf("Page fault.\n");
    100100                        *pfrc = rc;
    101101                        return NULL;
Note: See TracChangeset for help on using the changeset viewer.