aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2006-11-02 11:56:26 +0000
committerIan Campbell <ian.campbell@xensource.com>2006-11-02 11:56:26 +0000
commit4101fafcc01b226bb48576d48ea36cc505d2c288 (patch)
tree754fdc0170fbf7d8d470651adbcbfeac14193b42 /unmodified_drivers
parentd8656aaa3e9c089e3fb49a8bcd5ecccc1d6ce1eb (diff)
downloadxen-4101fafcc01b226bb48576d48ea36cc505d2c288.tar.gz
xen-4101fafcc01b226bb48576d48ea36cc505d2c288.tar.bz2
xen-4101fafcc01b226bb48576d48ea36cc505d2c288.zip
PV-on-HVM: Tweak reboot.c to be compatible with older kernels.
call_usermodehelper_keys() was not available until 2.6.13 but since we pass session_keyring as NULL we may as well use call_usermodehelper() anyway. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'unmodified_drivers')
-rw-r--r--unmodified_drivers/linux-2.6/util/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/unmodified_drivers/linux-2.6/util/Makefile b/unmodified_drivers/linux-2.6/util/Makefile
new file mode 100644
index 0000000000..64e7acd194
--- /dev/null
+++ b/unmodified_drivers/linux-2.6/util/Makefile
@@ -0,0 +1,3 @@
+ifneq ($(KERNELRELEASE),)
+include $(src)/Kbuild
+endif