Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1237906

Re: [RFC] arm: Add generic smc wrapper

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [RFC] arm: Add generic smc wrapper
Date 2015-10-02 07:20 +0200
Message-ID <qf0Vb-26P-3@gated-at.bofh.it> (permalink)
References <qeKQr-3yE-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Lars,

[auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore]

config: arm-rpc_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All error/warnings (new ones prefixed by >>):

   arch/arm/kernel/smc-call.S: Assembler messages:
>> arch/arm/kernel/smc-call.S:21: Error: selected processor does not support ARM mode `bx lr'

vim +21 arch/arm/kernel/smc-call.S

    15	
    16	#include <asm/opcodes-sec.h>
    17	
    18	/* int invoke_smc(u32 function_id, u32 arg0, u32 arg1, u32 arg2) */
    19	ENTRY(invoke_smc)
    20		__SMC(0)
  > 21		bx	lr
    22	ENDPROC(invoke_smc)

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC] arm: Add generic smc wrapper Lars Persson <lars.persson@axis.com> - 2015-10-01 14:10 +0200
  Re: [RFC] arm: Add generic smc wrapper kbuild test robot <lkp@intel.com> - 2015-10-02 07:20 +0200
    Re: [RFC] arm: Add generic smc wrapper Arnd Bergmann <arnd@arndb.de> - 2015-10-03 00:20 +0200

csiph-web