lkml.org 
[lkml]   [2014]   [Feb]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] sparc32: fix build failure for arch_jump_label_transform
From
From: Paul Gortmaker <paul.gortmaker@windriver.com>
Date: Thu, 13 Feb 2014 13:57:44 -0500

> In arch/sparc/Kernel/Makefile, we see:
>
> obj-$(CONFIG_SPARC64) += jump_label.o
>
> However, the Kconfig selects HAVE_ARCH_JUMP_LABEL unconditionally
> for all SPARC. This in turn leads to the following failure when
> doing allmodconfig coverage builds:
>
> kernel/built-in.o: In function `__jump_label_update':
> jump_label.c:(.text+0x8560c): undefined reference to `arch_jump_label_transform'
> kernel/built-in.o: In function `arch_jump_label_transform_static':
> (.text+0x85cf4): undefined reference to `arch_jump_label_transform'
> make: *** [vmlinux] Error 1
>
> Change HAVE_ARCH_JUMP_LABEL to be conditional on SPARC64 so that it
> matches the Makefile.
>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

Applied.


\
 
 \ /
  Last update: 2014-02-20 02:21    [W:0.040 / U:1.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site