Changeset 002e613 in mainline for uspace/libc/generic/ddi.c


Ignore:
Timestamp:
2006-09-01T21:01:02Z (19 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
  • uspace/libc/generic/ddi.c

    r9314ee1 r002e613  
    5353int map_physmem(void *pf, void *vp, unsigned long pages, int flags)
    5454{
    55         return __SYSCALL4(SYS_MAP_PHYSMEM, (sysarg_t) pf, (sysarg_t)vp, pages, flags);
     55        return __SYSCALL4(SYS_MAP_PHYSMEM, (sysarg_t) pf, (sysarg_t) vp, pages, flags);
    5656}
    5757
Note: See TracChangeset for help on using the changeset viewer.