Changeset 8cee705 in mainline for kernel/arch/sparc64/include/mm/tlb.h


Ignore:
Timestamp:
2006-10-19T22:58:53Z (18 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/include/mm/tlb.h

    rf0450658 r8cee705  
    430430extern void dtlb_insert_mapping(uintptr_t page, uintptr_t frame, int pagesize, bool locked, bool cacheable);
    431431
     432extern void dump_sfsr_and_sfar(void);
     433
    432434#endif /* !def __ASM__ */
    433435
Note: See TracChangeset for help on using the changeset viewer.