# git rev-parse -q --verify a1833a54033e4ca760ad58fa2a6469ad59b3fa1a^{commit} a1833a54033e4ca760ad58fa2a6469ad59b3fa1a already have revision, skipping fetch # git checkout -q -f -B kisskb a1833a54033e4ca760ad58fa2a6469ad59b3fa1a # git clean -qxdf # < git log -1 # commit a1833a54033e4ca760ad58fa2a6469ad59b3fa1a # Author: Linus Torvalds # Date: Sun Jul 25 11:06:37 2021 -0700 # # smpboot: fix duplicate and misplaced inlining directive # # gcc doesn't care, but clang quite reasonably pointed out that the recent # commit e9ba16e68cce ("smpboot: Mark idle_init() as __always_inlined to # work around aggressive compiler un-inlining") did some really odd # things: # # kernel/smpboot.c:50:20: warning: duplicate 'inline' declaration specifier [-Wduplicate-decl-specifier] # static inline void __always_inline idle_init(unsigned int cpu) # ^ # # which not only has that duplicate inlining specifier, but the new # __always_inline was put in the wrong place of the function definition. # # We put the storage class specifiers (ie things like "static" and # "extern") first, and the type information after that. And while the # compiler may not care, we put the inline specifier before the types. # # So it should be just # # static __always_inline void idle_init(unsigned int cpu) # # instead. # # Cc: Ingo Molnar # Cc: Thomas Gleixner # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 a1833a54033e4ca760ad58fa2a6469ad59b3fa1a # < make -s -j 32 ARCH=sh O=/kisskb/build/linus_hp6xx_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- hp6xx_defconfig # < make -s -j 32 ARCH=sh O=/kisskb/build/linus_hp6xx_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 32 ARCH=sh O=/kisskb/build/linus_hp6xx_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 32 ARCH=sh O=/kisskb/build/linus_hp6xx_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1515:2: warning: #warning syscall clone3 not implemented [-Wcpp] Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_hp6xx_defconfig_sh4-gcc4.9 # Build took: 0:00:17.924218