Changeset 8e000b8d in mainline for kernel/arch/ia32/include/cpu.h

Timestamp:
2009-10-22T16:22:53Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3cc110f
Parents:
4a537dd
Message:

Rename syscall_{int,sysenter} to syscall_{slow,fast}. Syscalls that could be
potentially handled by the fast version make an indirect call using
syscall_fast_func function pointer so that libc has a chance to switch the
implementation. The default implementation is
syscall_slow.

(No files)

Note: See TracChangeset for help on using the changeset viewer.