[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-7a041097518a120f92af631a83db4d41e07ee51b@git.kernel.org>
Date: Mon, 2 Nov 2009 10:12:48 GMT
From: tip-bot for Avi Kivity <avi@...hat.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
tglx@...utronix.de, mingo@...e.hu, avi@...hat.com
Subject: [tip:x86/entry] x86: Fix user return notifier build
Commit-ID: 7a041097518a120f92af631a83db4d41e07ee51b
Gitweb: http://git.kernel.org/tip/7a041097518a120f92af631a83db4d41e07ee51b
Author: Avi Kivity <avi@...hat.com>
AuthorDate: Sun, 25 Oct 2009 14:24:45 +0200
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Sun, 25 Oct 2009 17:37:57 +0100
x86: Fix user return notifier build
When CONFIG_USER_RETURN_NOTIFIER is set, we need to link
kernel/user-return-notifier.o.
Signed-off-by: Avi Kivity <avi@...hat.com>
LKML-Reference: <1256473485-23109-1-git-send-email-avi@...hat.com>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
kernel/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kernel/Makefile b/kernel/Makefile
index b8d4cd8..0ae57a8 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -95,6 +95,7 @@ obj-$(CONFIG_RING_BUFFER) += trace/
obj-$(CONFIG_SMP) += sched_cpupri.o
obj-$(CONFIG_SLOW_WORK) += slow-work.o
obj-$(CONFIG_PERF_EVENTS) += perf_event.o
+obj-$(CONFIG_USER_RETURN_NOTIFIER) += user-return-notifier.o
ifneq ($(CONFIG_SCHED_OMIT_FRAME_POINTER),y)
# According to Alan Modra <alan@...uxcare.com.au>, the -fno-omit-frame-pointer is
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists