ia64/xen-unstable
changeset 11996:fc68e3ef9139
PV-to-HVM: Add a compatibility define for the end_that_request_last
which changed prototype in 2.6.16.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Signed-off-by: K. Y. Srinivasan <ksrinivasan@novell.com>
Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@jp.fujitsu.com>
which changed prototype in 2.6.16.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Signed-off-by: K. Y. Srinivasan <ksrinivasan@novell.com>
Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@jp.fujitsu.com>
author | Ian Campbell <ian.campbell@xensource.com> |
---|---|
date | Wed Oct 25 13:58:30 2006 +0100 (2006-10-25) |
parents | 9f0b88aaf170 |
children | 6788aedb820c |
files | unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h |
line diff
1.1 --- a/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h Wed Oct 25 13:58:30 2006 +0100 1.2 +++ b/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h Wed Oct 25 13:58:30 2006 +0100 1.3 @@ -45,4 +45,8 @@ signed long schedule_timeout_interruptib 1.4 void *kzalloc(size_t size, int flags); 1.5 #endif 1.6 1.7 +#if defined(_LINUX_BLKDEV_H) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16) 1.8 +#define end_that_request_last(req, uptodate) end_that_request_last(req) 1.9 #endif 1.10 + 1.11 +#endif