Changeset 84060e2 in mainline for kernel/arch/sparc64/include/arch.h


Ignore:
Timestamp:
2006-10-09T19:29:42Z (19 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/include/arch.h

    re4398200 r84060e2  
    4343#define ASI_UPA_CONFIG          0x4a    /** ASI of the UPA_CONFIG register. */
    4444
    45 #define NWINDOW         8               /** Number of register window sets. */
     45#define NWINDOWS                8       /** Number of register window sets. */
    4646
    4747#endif
Note: See TracChangeset for help on using the changeset viewer.