Ignore:
Timestamp:
2006-10-19T22:58:53Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
deb14fb
Parents:
f0450658
Message:

sparc64 work.

  • Improve panic screen on data_access_exception by dumping contents of DSFSR and DSFAR.
  • Change the FHC enable interrupt code to only set the IMAP_V bit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/trap/exception.c

    rf0450658 r8cee705  
    3535
    3636#include <arch/trap/exception.h>
     37#include <arch/mm/tlb.h>
    3738#include <arch/interrupt.h>
    3839#include <interrupt.h>
     
    157158        fault_if_from_uspace(istate, "%s\n", __FUNCTION__);
    158159        dump_istate(istate);
     160        dump_sfsr_and_sfar();
    159161        panic("%s\n", __FUNCTION__);
    160162}
Note: See TracChangeset for help on using the changeset viewer.