Changeset 84060e2 in mainline for kernel/arch/sparc64/src/mm/tsb.c


Ignore:
Timestamp:
2006-10-09T19:29:42Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ce8499
Parents:
e4398200
Message:

sparc64 work:

  • hw_map() can now support up to 8M requests
  • CPU stacks are now locked in DTLB of the respective processor
  • kernel in the boot phase no longer relies on the stack provided by OpenFirmware
  • instead of of doing FLUSHW during kernel startup, simply set the window state registers to the wanted state
  • NWINDOW → NWINDOWS
  • Add/fix some comments and copyrights.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/mm/tsb.c

    re4398200 r84060e2  
    8888         */
    8989
    90         tsb->tag.invalid = 1;   /* invalidate the entry (tag target has this set to 0 */
     90        tsb->tag.invalid = 1;   /* invalidate the entry (tag target has this set to 0) */
    9191
    9292        write_barrier();
Note: See TracChangeset for help on using the changeset viewer.