Skip to content
Commit eeeda4cd authored by Ben Hutchings's avatar Ben Hutchings Committed by Ingo Molnar
Browse files

x86/relocs: Make per_cpu_load_addr static

per_cpu_load_addr is only used for 64-bit relocations, but is
declared in both configurations of relocs.c - with different
types.  This has undefined behaviour in general.  GNU ld is
documented to use the larger size in this case, but other tools
may differ and some warn about this.

References: https://bugs.debian.org/748577


Reported-by: default avatarMichael Tautschnig <mt@debian.org>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Cc: 748577@bugs.debian.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/1411561812.3659.23.camel@decadent.org.uk


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent ce4b1b16
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment