Ignore:
Timestamp:
2006-09-01T21:01:02Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cfa70add
Parents:
9314ee1
Message:

Allow architectures to decide between inlined and not inlined version of syscall wrapper.
Implement inlined syscall wrapper for sparc64.

File:
1 edited

Legend:

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

    r9314ee1 r002e613  
    514514 * Input registers:
    515515 *      %g1             Address of function to call.
    516  *      %g2             Argument for the function.
     516 *      %g2             First argument for the function.
    517517 *      %g6             Pre-set as kernel stack base if trap from userspace.
    518518 *      %g7             Pre-set as address of the userspace window buffer.
Note: See TracChangeset for help on using the changeset viewer.