Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f430dd
)
* fix for 5852: vibnal HIGHMEM issues. Ensure ia64 builds OK even
author
eeb
<eeb>
Mon, 25 Apr 2005 14:37:13 +0000
(14:37 +0000)
committer
eeb
<eeb>
Mon, 25 Apr 2005 14:37:13 +0000
(14:37 +0000)
when CONFIG_HIGHMEM is set.
lnet/klnds/viblnd/viblnd.h
patch
|
blob
|
history
diff --git
a/lnet/klnds/viblnd/viblnd.h
b/lnet/klnds/viblnd/viblnd.h
index
4383c98
..
59fa4c3
100644
(file)
--- 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