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:
@@ -14,17 +14,13 @@
|
|||||||
#include <smp.h>
|
#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
|
status_t
|
||||||
arch_commpage_init(void)
|
arch_commpage_init(void)
|
||||||
{
|
{
|
||||||
#error WRITEME
|
/* no optimized memcpy or anything yet */
|
||||||
|
/* we don't use it for syscall yet either */
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user