Ignore:
Timestamp:
2010-02-22T21:24:19Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
850987d
Parents:
61001a9 (diff), f8f7dba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from lp:~rimskyp/helenos/sparc.
Fix non-SMP build on sun4v.
Minor cleanup.

File:
1 edited

Legend:

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

    r61001a9 r72bf0d2  
    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.