Skip to content
  • Cheng Shao's avatar
    b802da2a
    rts: remove redundant rCCCS initialization · b802da2a
    Cheng Shao authored
    This commit removes the redundant logic of initializing each
    Capability's rCCCS to CCS_SYSTEM in initProfiling(). Before
    initProfiling() is called during RTS startup, each Capability's rCCCS
    has already been assigned CCS_SYSTEM when they're first initialized.
    
    (cherry picked from commit a7569495)
    b802da2a
    rts: remove redundant rCCCS initialization
    Cheng Shao authored
    This commit removes the redundant logic of initializing each
    Capability's rCCCS to CCS_SYSTEM in initProfiling(). Before
    initProfiling() is called during RTS startup, each Capability's rCCCS
    has already been assigned CCS_SYSTEM when they're first initialized.
    
    (cherry picked from commit a7569495)
Loading