# 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/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 98e487a02296b6357d962a193aa79ee89825f5a3 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_gamecube_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- gamecube_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_gamecube_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:121:34: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:88:6: note: 'levelspread[]' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here INFO: Uncompressed kernel (size 0x6f4a10) overlaps the address of the wrapper(0x600000) INFO: Fixing the link_address of wrapper to (0x700000) Completed OK # rm -rf /kisskb/build/chleroy_gamecube_defconfig_powerpc-gcc4.6 # Build took: 0:00:46.199527