Whamcloud - gitweb
* fix for 5852: vibnal HIGHMEM issues. Ensure ia64 builds OK even
authoreeb <eeb>
Mon, 25 Apr 2005 14:37:13 +0000 (14:37 +0000)
committereeb <eeb>
Mon, 25 Apr 2005 14:37:13 +0000 (14:37 +0000)
    when CONFIG_HIGHMEM is set.

lnet/klnds/viblnd/viblnd.h

index 4383c98..59fa4c3 100644 (file)
@@ -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