Changeset 976c434 in mainline for kernel/arch/mips32/include/mm/tlb.h

Timestamp:
2013-02-17T17:45:53Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2b95d13
Parents:
192a23f0
Message:

Streamline TLB miss handling.

  • Do one thing at a time.
  • If the page is mapped in the page tables, insert it into TLB.
  • If the page is not mapped in the page tables, call as_page_fault() and return.
(No files)

Note: See TracChangeset for help on using the changeset viewer.