]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove ${objtree}/include/asm/proc/ link
authorVasili Galka <vvv444@gmail.com>
Tue, 10 Jun 2014 13:16:14 +0000 (16:16 +0300)
committerTom Rini <trini@ti.com>
Wed, 11 Jun 2014 20:27:05 +0000 (16:27 -0400)
commit7d89982b7af6ec6b2ff0e26f8de640d1d18458a1
treed56f0fec8a214883824f002a5dbb364f090d0a69
parent4b9ca09399c6b5105d2bd1860f183d7a95e05f5c
Remove ${objtree}/include/asm/proc/ link

mkconfig links ${objtree}/include/asm/proc/ to
${srctree}/arch/${arch}/include/asm/proc-armv/. This seems to be a
remnant from the past. Ever since its introduction in 2003 it is used
only in ARM build and always links to same place, so let's simplify
the code, remove it and reference directly where needed.

Successful MAKEALL for ARM and PowerPC verified on Linux.

Signed-off-by: Vasili Galka <vvv444@gmail.com>
arch/arm/include/asm/atomic.h
arch/arm/include/asm/bitops.h
arch/arm/include/asm/proc-armv/processor.h
arch/arm/include/asm/processor.h
arch/arm/include/asm/ptrace.h
mkconfig