From 4101fafcc01b226bb48576d48ea36cc505d2c288 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 2 Nov 2006 11:56:26 +0000 Subject: 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 --- unmodified_drivers/linux-2.6/util/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 unmodified_drivers/linux-2.6/util/Makefile (limited to 'unmodified_drivers') 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 -- cgit v1.2.3