2 * Copyright 2008-2011, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Copyright 2007, Travis Geiselbrecht. All rights reserved.
4 * Distributed under the terms of the MIT License.
10 #include "x86_signals.h"
11 #include "x86_syscalls.h"
15 arch_commpage_init(void)
22 arch_commpage_init_post_cpus(void)
24 // select the optimum syscall mechanism and patch the commpage
25 x86_initialize_syscall();
27 // initialize the signal handler code in the commpage
28 x86_initialize_commpage_signal_handler();