Comment 3 for bug 1258013

Revision history for this message
Christopher Covington (cov-k) wrote :

This reproduces it for me:

git remote add linus git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
git fetch linus
git checkout v3.11
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- defconfig
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image

I noticed that a 3.13 release candidate compiled fine and narrowed down the issue to the absence of this patch in 3.11:

commit f3a1d7d53dccf51959aec16b574617cc6bfeca09
Author: Catalin Marinas <email address hidden>
Date: Mon Sep 2 16:33:54 2013 +0100

    arm64: Remove unused cpu_name ascii in arch/arm64/mm/proc.S

    This string has been moved to arch/arm64/kernel/cputable.c.