]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: 8552/1: kallsyms: remove special lower address limit for CONFIG_ARM
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 29 Mar 2016 07:51:48 +0000 (08:51 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 7 Apr 2016 20:57:15 +0000 (21:57 +0100)
Now that we no longer emit .stubs symbols into a section VMA loaded
at absolute address 0x1000, we can drop the ARM-specific override that
sets a lower limit based on CONFIG_PAGE_OFFSET, below which symbols are
filtered from the kallsyms output.

Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Chris Brandt <chris.brandt@renesas.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
scripts/link-vmlinux.sh

index 49d61ade942563eb47f7612b8b7d427c9595e940..f0f6d9d75435f4a8311ab9c2efc894b1c9670b43 100755 (executable)
@@ -82,10 +82,6 @@ kallsyms()
                kallsymopt="${kallsymopt} --all-symbols"
        fi
 
-       if [ -n "${CONFIG_ARM}" ] && [ -z "${CONFIG_XIP_KERNEL}" ] && [ -n "${CONFIG_PAGE_OFFSET}" ]; then
-               kallsymopt="${kallsymopt} --page-offset=$CONFIG_PAGE_OFFSET"
-       fi
-
        if [ -n "${CONFIG_KALLSYMS_ABSOLUTE_PERCPU}" ]; then
                kallsymopt="${kallsymopt} --absolute-percpu"
        fi