enable kexec
[linux-2.6.git] / kernel / signal.c
index e3c7eb4..b3574b0 100644 (file)
@@ -273,7 +273,6 @@ static struct sigqueue *__sigqueue_alloc(void)
                INIT_LIST_HEAD(&q->list);
                q->flags = 0;
                q->lock = NULL;
-#warning MEF PLANETLAB: q->user = get_uid(current->user); is something new in Fedora Core.
                q->user = get_uid(current->user);
                atomic_inc(&q->user->sigpending);
        }
@@ -418,6 +417,7 @@ flush_signal_handlers(struct task_struct *t, int force_default)
        }
 }
 
+EXPORT_SYMBOL_GPL(flush_signal_handlers);
 
 /* Notify the system that a driver wants to block all signals for this
  * process, and wants to be notified if any signals at all were to be
@@ -727,7 +727,6 @@ static int send_signal(int sig, struct siginfo *info, struct task_struct *t,
 
        if (q) {
                q->flags = 0;
-#warning MEF PLANETLAB: q->user = get_uid(t->user); is something new in Fedora Core.
                q->user = get_uid(t->user);
                atomic_inc(&q->user->sigpending);
                list_add_tail(&q->list, &signals->list);