# git rev-parse -q --verify 98e487a02296b6357d962a193aa79ee89825f5a3^{commit} 98e487a02296b6357d962a193aa79ee89825f5a3 already have revision, skipping fetch # git checkout -q -f -B kisskb 98e487a02296b6357d962a193aa79ee89825f5a3 # git clean -qxdf # < git log -1 # commit 98e487a02296b6357d962a193aa79ee89825f5a3 # Author: Christophe Leroy # Date: Sun Oct 27 11:28:46 2019 +0000 # # powerpc/iomap: inline generic io accessors # # ioreadXX[be]() and iowriteXX[be]() are doing the same things as the # powerpc specific in_[be]XX() and out_[be]XX() accessors, but they # are not inlined. # # There are some work in progress to replace the powerpc specific # functions in Quicc Engine driver by generic code in order to allow # QE to be used also on ARM. # # In order to keep performant IO accesses, generic io accessors need to # be inlined. This avoids calls of tiny functions that require setting # up stack frames and saving volatile registers, all this often taking # more CPU time than the work performed by the IO accessor itself. # # The string functions ioreadXX_rep() and iowriteXX_rep() also get # inlined as they are only trampolines to readsX() and writesX() outline # functions. # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 98e487a02296b6357d962a193aa79ee89825f5a3 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_mpc5200_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc5200_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_mpc5200_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/platforms/52xx/lite5200_sleep.S: Assembler messages: /kisskb/src/arch/powerpc/platforms/52xx/lite5200_sleep.S:184: Warning: invalid register expression /kisskb/src/sound/soc/soc-pcm.c: In function 'dpcm_be_connect': /kisskb/src/sound/soc/soc-pcm.c:1149:8: warning: unused variable 'name' [-Wunused-variable] char *name; ^ INFO: Uncompressed kernel (size 0x7038dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x800000) INFO: Uncompressed kernel (size 0x7038dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x800000) INFO: Uncompressed kernel (size 0x7038dc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x800000) INFO: Uncompressed kernel (size 0x6f31f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) Image Name: Linux-5.4.0-rc4-g98e487a02296 Created: Tue Oct 29 03:32:33 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3540534 Bytes = 3457.55 KiB = 3.38 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.4.0-rc4-g98e487a02296 Created: Tue Oct 29 03:32:33 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3568492 Bytes = 3484.86 KiB = 3.40 MiB Load Address: 00800000 Entry Point: 00800284 Image Name: Linux-5.4.0-rc4-g98e487a02296 Created: Tue Oct 29 03:32:33 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3568718 Bytes = 3485.08 KiB = 3.40 MiB Load Address: 00800000 Entry Point: 00800284 Image Name: Linux-5.4.0-rc4-g98e487a02296 Created: Tue Oct 29 03:32:33 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3568699 Bytes = 3485.06 KiB = 3.40 MiB Load Address: 00800000 Entry Point: 00800284 Completed OK # rm -rf /kisskb/build/chleroy_mpc5200_defconfig_powerpc-gcc5 # Build took: 0:01:07.302401