Changeset 8dbc18c in mainline for kernel/arch/sparc64/src/start.S


Ignore:
Timestamp:
2007-01-21T16:46:46Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f429331
Parents:
718d600
Message:

When invalidating entire TLBs on sparc64, make sure to also invalidate any (locked) global entries.
This fixes Ticket #21.
Fix a comment in start.S stating that the kernel installs a global entry for itself. All entries installed by the kernel
are local to some memory context.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/start.S

    r718d600 r8dbc18c  
    100100
    101101        /*
    102          * Take over the DMMU by installing global locked TTE entry identically
     102         * Take over the DMMU by installing locked TTE entry identically
    103103         * mapping the first 4M of memory.
    104104         *
Note: See TracChangeset for help on using the changeset viewer.