Ignore:
Timestamp:
2006-08-26T18:42:11Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8ea4a8b
Parents:
f47fd19
Message:

sparc64 work.
Bunch of changes in preparation for sparc64 mm and userspace support.
Fix alignment of hardcoded_* variables in linker script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/trap/trap_table.h

    rf47fd19 ra7961271  
    8686#define SAVED_TPC       -(2*8)
    8787#define SAVED_TNPC      -(3*8)
    88 #define SAVED_PSTATE    -(4*8)
    8988
    9089.macro PREEMPTIBLE_HANDLER f
    91         set \f, %l0
     90        sethi %hi(\f), %g1
    9291        b preemptible_handler
    93         nop
     92        or %g1, %lo(\f), %g1
    9493.endm
    9594
Note: See TracChangeset for help on using the changeset viewer.