]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/ipc_tt.c
xnu-344.tar.gz
[apple/xnu.git] / osfmk / kern / ipc_tt.c
index a32975e15e3c852fb8ee950a634dfc166e8241b3..f387287a512c3dc0ca41982b9425a15f5b4a1ae0 100644 (file)
@@ -116,8 +116,6 @@ ipc_task_init(
                for (i = FIRST_EXCEPTION; i < EXC_TYPES_COUNT; i++) {
                        task->exc_actions[i].port = IP_NULL;
                }/* for */
-               task->exc_actions[EXC_MACH_SYSCALL].port = 
-                       ipc_port_make_send(realhost.host_self);
                task->itk_host = ipc_port_make_send(realhost.host_self);
                task->itk_bootstrap = IP_NULL;
                for (i = 0; i < TASK_PORT_REGISTER_MAX; i++)
@@ -309,9 +307,6 @@ ipc_thr_act_init(task_t task, thread_act_t thr_act)
        for (i = FIRST_EXCEPTION; i < EXC_TYPES_COUNT; i++)
                thr_act->exc_actions[i].port = IP_NULL;
 
-       thr_act->exc_actions[EXC_MACH_SYSCALL].port =
-                                       ipc_port_make_send(realhost.host_self);
-
        ipc_kobject_set(kport, (ipc_kobject_t) thr_act, IKOT_ACT);
 }
 
@@ -881,6 +876,21 @@ convert_port_to_upl(
        return upl;
 }
 
+mach_port_t
+convert_upl_to_port(
+       upl_t           upl)
+{
+       return MACH_PORT_NULL;
+}
+
+__private_extern__ void
+upl_no_senders(
+       upl_t                   upl,
+       mach_port_mscount_t     mscount)
+{
+       return;
+}
+
 /*
  *     Routine:        convert_port_entry_to_map
  *     Purpose: