Home
last modified time | relevance | path

Searched hist:"2 ff2b7ec65dcea2261bdf404654975f44ad6323d" (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/arch/um/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/arch/m68k/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/arch/alpha/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/scripts/
H A DMakefile.builddiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/arch/riscv/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/arch/ia64/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/arch/sparc/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/arch/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/arch/s390/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/arch/powerpc/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/arch/arm64/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/arch/mips/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/init/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
/openbmc/linux/arch/x86/
H A DKconfigdiff 2ff2b7ec65dcea2261bdf404654975f44ad6323d Mon Aug 19 00:54:20 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: add CONFIG_ASM_MODVERSIONS

Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>