summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/Makefile
diff options
context:
space:
mode:
authorNeelesh Gupta <neelegup@linux.vnet.ibm.com>2014-03-07 11:00:24 +0530
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-03-24 09:45:22 +1100
commit8d724823220862ce289be3b50119235e03537597 (patch)
tree9f9ac9103c18b2947c4de4dfba09e62c722a7089 /arch/powerpc/platforms/powernv/Makefile
parentc7e64b9ce04aa2e3fad7396d92b5cb92056d16ac (diff)
downloadlinux-stable-8d724823220862ce289be3b50119235e03537597.tar.gz
linux-stable-8d724823220862ce289be3b50119235e03537597.tar.bz2
linux-stable-8d724823220862ce289be3b50119235e03537597.zip
powerpc/powernv: Infrastructure to support OPAL async completion
This patch adds support for notifying the clients of their request completion. Clients request for the token before making OPAL call and then wait for the response. This patch uses messaging infrastructure to pull the data to linux by registering itself for the message type OPAL_MSG_ASYNC_COMP. Signed-off-by: Neelesh Gupta <neelegup@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/powernv/Makefile')
-rw-r--r--arch/powerpc/platforms/powernv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/Makefile b/arch/powerpc/platforms/powernv/Makefile
index 5125caeb40f4..3f9309c4218c 100644
--- a/arch/powerpc/platforms/powernv/Makefile
+++ b/arch/powerpc/platforms/powernv/Makefile
@@ -1,4 +1,4 @@
-obj-y += setup.o opal-takeover.o opal-wrappers.o opal.o
+obj-y += setup.o opal-takeover.o opal-wrappers.o opal.o opal-async.o
obj-y += opal-rtc.o opal-nvram.o opal-lpc.o opal-flash.o
obj-y += rng.o opal-elog.o opal-dump.o