public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/x86/entry] Fix user return notifier build
@ 2009-10-25 12:24 Avi Kivity
  2009-10-25 16:38 ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Avi Kivity @ 2009-10-25 12:24 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: kvm, linux-kernel

When CONFIG_USER_RETURN_NOTIFIER is set, we need to link
kernel/user-return-notifier.o.

Signed-off-by: Avi Kivity <avi@redhat.com>
---
 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@linuxcare.com.au>, the -fno-omit-frame-pointer is
-- 
1.6.4.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-25 16:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-25 12:24 [PATCH tip/x86/entry] Fix user return notifier build Avi Kivity
2009-10-25 16:38 ` Ingo Molnar
2009-10-25 16:43   ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox