]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[MIPS] Rename CONFIG_BUILD_ELF64 into KBUILD_64BIT_SYM32
authorFranck Bui-Huu <vagabon.xyz@gmail.com>
Thu, 15 Feb 2007 13:21:36 +0000 (14:21 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 11 Oct 2007 22:45:59 +0000 (23:45 +0100)
commit054c51b4368648406f487f54b7ed6ba75bbb3f8b
tree89db2ea5e05fd95bff686d24383897332276e98b
parentadff90a9333004d5459823665e8bcf6cb9214f79
[MIPS] Rename CONFIG_BUILD_ELF64 into KBUILD_64BIT_SYM32

This patch renames it for 3 reasons:

    - "CONFIG" pattern is used by Kconfig. Now this macro is
      no more defined by Kconfig but by Kbuild itself make this
      clear by translating "CONFIG" into "KBUILD".

    - "ELF32" word is improper because it is irrelevant to ELF
      format and it makes confusion with CONFIG_BOOT_ELF32. So
      translate it with SYM32.

    - Add "64BIT" part to make clear that this macro implies a
      64 bits kernel.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile
include/asm-mips/page.h
include/asm-mips/pgtable-64.h
include/asm-mips/stackframe.h