Changeset f47fd19 in mainline for kernel/arch/ia64/src/mm/tlb.c


Ignore:
Timestamp:
2006-08-21T13:36:34Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a7961271
Parents:
ee289cf0
Message:

sparc64 work.
Define the istate structure.
Move the identity-mapping handler to assembly.
Make the preemptible handler more general so that TL=1 MMU exceptions can make use of it.

Little bit of formatting and indentation.

File:
1 edited

Legend:

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

    ree289cf0 rf47fd19  
    507507        if (t) {
    508508                /*
    509                  * The mapping was found in software page hash table.
     509                 * The mapping was found in the software page hash table.
    510510                 * Insert it into data translation cache.
    511511                 */
     
    514514        } else {
    515515                /*
    516                  * Forward the page fault to address space page fault handler.
     516                 * Forward the page fault to the address space page fault handler.
    517517                 */
    518518                page_table_unlock(AS, true);
Note: See TracChangeset for help on using the changeset viewer.