Changeset f52e54da in mainline for generic/src/syscall/syscall.c


Ignore:
Timestamp:
2006-04-14T09:08:10Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9e1b581
Parents:
9c1ecf9
Message:

Kernel support for SYS_ENABLE_IOSPACE.
amd64 and ia32 provide dummy implementation thereof.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/syscall/syscall.c

    r9c1ecf9 rf52e54da  
    9494        sys_ipc_wait_for_call,
    9595        sys_ipc_hangup,
    96         sys_map_physmem
     96        sys_map_physmem,
     97        sys_enable_iospace
    9798};
Note: See TracChangeset for help on using the changeset viewer.