Just return ok and be done with it, we can just ignore it for the time being.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26095 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-06-23 01:57:02 +00:00
parent f0c5a3da4b
commit 38ff098d80
+2 -6
View File
@@ -14,17 +14,13 @@
#include <smp.h>
// user syscall assembly stubs
extern "C" void _user_syscall_int(void);
extern unsigned int _user_syscall_int_end;
extern "C" void _user_syscall_sysenter(void);
extern unsigned int _user_syscall_sysenter_end;
status_t
arch_commpage_init(void)
{
#error WRITEME
/* no optimized memcpy or anything yet */
/* we don't use it for syscall yet either */
return B_OK;
}