Changeset 5a8b2a2 in mainline for uspace/libc/generic/ddi.c
- Timestamp:
- 2006-12-06T22:30:36Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9d8b8435
- Parents:
- d178208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/generic/ddi.c
rd178208 r5a8b2a2 51 51 * was some problem in creating address space area. 52 52 */ 53 int map_physmem(void *pf, void *vp, unsigned long pages, int flags)53 int physmem_map(void *pf, void *vp, unsigned long pages, int flags) 54 54 { 55 return __SYSCALL4(SYS_ MAP_PHYSMEM, (sysarg_t) pf, (sysarg_t) vp, pages, flags);55 return __SYSCALL4(SYS_PHYSMEM_MAP, (sysarg_t) pf, (sysarg_t) vp, pages, flags); 56 56 } 57 57
Note:
See TracChangeset
for help on using the changeset viewer.