ia64/xen-unstable
changeset 13550:c1f23d09285e
linux: Fix x86/64 build (which is failing on some systems).
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
author | kaf24@localhost.localdomain |
---|---|
date | Sun Jan 21 16:29:18 2007 +0000 (2007-01-21) |
parents | c3e19108f3ed |
children | 7c455af5998a |
files | linux-2.6-xen-sparse/arch/i386/kernel/swiotlb.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/arch/i386/kernel/swiotlb.c Sun Jan 21 15:39:04 2007 +0000 1.2 +++ b/linux-2.6-xen-sparse/arch/i386/kernel/swiotlb.c Sun Jan 21 16:29:18 2007 +0000 1.3 @@ -47,7 +47,8 @@ EXPORT_SYMBOL(swiotlb); 1.4 */ 1.5 #define IO_TLB_SHIFT 11 1.6 1.7 -static int swiotlb_force; 1.8 +int swiotlb_force; 1.9 + 1.10 static char *iotlb_virt_start; 1.11 static unsigned long iotlb_nslabs; 1.12