Re: Linux-2.5.54-sparc64 compile errors

James Morris (jmorris@intercode.com.au)
Sat, 4 Jan 2003 03:36:05 +1100 (EST)


On Fri, 3 Jan 2003, BODA Karoly jr. wrote:

> arch/sparc64/solaris/built-in.o(.text+0xb4): In function `entry64_personality_patch':
> : undefined reference to `TI_FLAGS'

See the patch below for a fix for this.

> kernel/built-in.o(.data+0x1708): undefined reference to `hugetlb_sysctl_handler'

Looks like the sparc hugetlb code needs updating, you will need to disable
it until it's done.

> drivers/built-in.o(.text+0x1af90): In function `kd_nosound':

You need to set CONFIG_INPUT=y to fix this at the moment (even if you
don't have any input devices configured).

- James

-- 
James Morris
<jmorris@intercode.com.au>

diff -urN -X dontdiff linux-2.5.54.orig/arch/sparc64/solaris/entry64.S linux-2.5.54.w2/arch/sparc64/solaris/entry64.S --- linux-2.5.54.orig/arch/sparc64/solaris/entry64.S Fri Aug 2 07:16:02 2002 +++ linux-2.5.54.w2/arch/sparc64/solaris/entry64.S Sat Jan 4 03:22:12 2003 @@ -16,6 +16,7 @@ #include <asm/signal.h> #include <asm/pgtable.h> #include <asm/processor.h> +#include <asm/thread_info.h> #include "conv.h"

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/