Ignore:
Timestamp:
2017-11-16T17:12:03Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
efb9fd08
Parents:
92232331
git-author:
Jakub Jermar <jakub@…> (2017-11-16 17:10:36)
git-committer:
Jakub Jermar <jakub@…> (2017-11-16 17:12:03)
Message:

Remove the Simics SMP hack

We haven't had access to Simics for years so there is no reason to keep
this around.

File:
1 edited

Legend:

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

    r92232331 r9280dd0  
    309309        ba,a %xcc, 0b
    310310
    311 .align 8
    312 SYMBOL(temp_cpu_mondo_handler)
    313 
    314         set 0x3c, %o0
    315         set 0x15, %o5
    316         ta 0x80
    317 
    318         mov 0, %o0
    319         setx before_ap_boots, %g1, %o1
    320         setx 0x80400000, %g1, %o2
    321         add %o1, %o2, %o1
    322         __HYPERCALL_FAST(MMU_ENABLE)
    323 
    324 before_ap_boots:
    325         setx 0x80400000, %g1, %o0
    326         ba,a %xcc, kernel_image_start
    327 
    328311.section K_DATA_START, "aw", @progbits
    329312
Note: See TracChangeset for help on using the changeset viewer.