Ignore:
Timestamp:
2010-02-22T19:48:25Z (14 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
72bf0d2
Parents:
af56e9b
Message:

Fixed a stupid bug which prevented booting sun4v on SMP. Now HelenOS seems to work on a Simics machine with 2 CPUs.

File:
1 edited

Legend:

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

    raf56e9b rf8f7dba  
    344344.global cpu_mondo_handler_tl0
    345345cpu_mondo_handler_tl0:
    346 /* PREEMPTIBLE_HANDLER cpu_mondo */
     346PREEMPTIBLE_HANDLER cpu_mondo
    347347
    348348/* TT = 0x80, TL = 0, spill_0_normal handler */
     
    533533cpu_mondo_handler_tl1:
    534534        wrpr %g0, %tl
    535 /*      PREEMPTIBLE_HANDLER cpu_mondo */
     535        PREEMPTIBLE_HANDLER cpu_mondo
    536536
    537537/* TT = 0x80, TL > 0, spill_0_normal handler */
Note: See TracChangeset for help on using the changeset viewer.