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:
bd8421b
)
i=adilger
author
nathan
<nathan>
Thu, 7 Jun 2007 19:20:45 +0000
(19:20 +0000)
committer
nathan
<nathan>
Thu, 7 Jun 2007 19:20:45 +0000
(19:20 +0000)
fix 2.6.10 uml compile
lustre/kernel_patches/patches/uml-2.6.10-fc3.patch
patch
|
blob
|
history
diff --git
a/lustre/kernel_patches/patches/uml-2.6.10-fc3.patch
b/lustre/kernel_patches/patches/uml-2.6.10-fc3.patch
index
aff5601
..
625b21c
100644
(file)
--- a/
lustre/kernel_patches/patches/uml-2.6.10-fc3.patch
+++ b/
lustre/kernel_patches/patches/uml-2.6.10-fc3.patch
@@
-511,7
+511,7
@@
Index: linux-2.6.10/arch/um/os-Linux/elf_aux.c
+ elf_aux_hwcap = auxv->a_un.a_val;
+ break;
+ case AT_PLATFORM:
-+ elf_aux_platform = auxv->a_un.a_
ptr
;
++ elf_aux_platform = auxv->a_un.a_
val
;
+ break;
+ case AT_PAGESZ:
+ page_size = auxv->a_un.a_val;