From: eeb Date: Mon, 25 Apr 2005 14:37:13 +0000 (+0000) Subject: * fix for 5852: vibnal HIGHMEM issues. Ensure ia64 builds OK even X-Git-Tag: 1.4.10~1236 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=aed922204461deee516b24019baa1261c4e3e4a3;p=fs%2Flustre-release.git * fix for 5852: vibnal HIGHMEM issues. Ensure ia64 builds OK even when CONFIG_HIGHMEM is set. --- diff --git a/lnet/klnds/viblnd/viblnd.h b/lnet/klnds/viblnd/viblnd.h index 4383c98..59fa4c3 100644 --- a/lnet/klnds/viblnd/viblnd.h +++ b/lnet/klnds/viblnd/viblnd.h @@ -550,6 +550,8 @@ kibnal_page2phys (struct page *p) # if CONFIG_X86 && CONFIG_HIGHMEM4G /* truncation to void* doesn't matter if 0 <= physmem < 4G * so allow x86 with 32 bit phys addrs */ +# elif CONFIG_IA64 + /* OK anyway on 64-bit arch */ # else # error "Can't support HIGHMEM when vv_scatgat_t::v_address is void *" # endif