Skip to content
Snippets Groups Projects
Commit b328f5fd authored by Alexey Lyashkov's avatar Alexey Lyashkov
Browse files

compile with -m64 flag produce wrong object file for ppc32.

b=15278
i=johann
i=deen
parent 3b0620d6
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,11 @@ tbd Sun Microsystems, Inc.
'tunefs.lustre --param="mdt.quota_type=ug1" $MDTDEV'.
For more information, please refer to bugzilla 13904.
Severity : normal
Bugzilla : 15278
Description: fix build on ppc32
Details : compile code with -m64 flag produce wrong object file for ppc32.
Severity : normal
Bugzilla : 14803
Description: Don't update lov_desc members until making sure they are valid
......
......@@ -1148,8 +1148,7 @@ AC_DEFINE(HAVE___D_MOVE, 1,
# matter what symbol is exported, the kernel #defines node_to_cpumask
# to the appropriate function and that's what we use.
AC_DEFUN([LC_EXPORT_NODE_TO_CPUMASK],
[LB_LINUX_ARCH
LB_CHECK_SYMBOL_EXPORT([node_to_cpumask],
[LB_CHECK_SYMBOL_EXPORT([node_to_cpumask],
[arch/$LINUX_ARCH/mm/numa.c],
[AC_DEFINE(HAVE_NODE_TO_CPUMASK, 1,
[node_to_cpumask is exported by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment