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


Groups > linux.kernel > #1580492

Re: [PATCH v3 2/2] powerpc: emulate_step tests for load/store instructions

From Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject Re: [PATCH v3 2/2] powerpc: emulate_step tests for load/store instructions
Date 2017-02-14 12:50 +0100
Message-ID <taJMl-1mX-5@gated-at.bofh.it> (permalink)
References <taHrb-8k8-11@gated-at.bofh.it> <taHrc-8k8-33@gated-at.bofh.it> <taIQh-L8-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On Tuesday 14 February 2017 04:16 PM, Michael Ellerman wrote:
> Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> writes:
>
>> diff --git a/arch/powerpc/lib/Makefile b/arch/powerpc/lib/Makefile
>> index 0e649d7..ddc879d 100644
>> --- a/arch/powerpc/lib/Makefile
>> +++ b/arch/powerpc/lib/Makefile
>> @@ -33,3 +33,7 @@ obj-$(CONFIG_ALTIVEC)	+= xor_vmx.o
>>  CFLAGS_xor_vmx.o += -maltivec $(call cc-option,-mabi=altivec)
>>  
>>  obj-$(CONFIG_PPC64) += $(obj64-y)
>> +
>> +ifeq ($(CONFIG_PPC64), y)
>> +obj-$(CONFIG_KPROBES_SANITY_TEST) += test_emulate_step.o
>> +endif
> FYI, the right way to do that is:
>
>   obj64-$(CONFIG_KPROBES_SANITY_TEST) += test_emulate_step.o
>   obj-$(CONFIG_PPC64) += $(obj64-y)
>
> And in this Makefile you don't need to add the second line because it's
> already there.

Thanks for this. Will change accordingly and send next version.

Ravi

>
> cheers
>

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


Thread

[PATCH v3 0/2] powerpc: Emulation support for load/store instructions on LE Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> - 2017-02-14 10:20 +0100
  [PATCH v3 1/2] powerpc: Emulation support for load/store instructions on LE Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> - 2017-02-14 10:20 +0100
    Re: [PATCH v3 1/2] powerpc: Emulation support for load/store instructions on LE Michael Ellerman <mpe@ellerman.id.au> - 2017-02-14 11:30 +0100
      Re: [PATCH v3 1/2] powerpc: Emulation support for load/store  instructions on LE Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> - 2017-02-14 12:40 +0100
  [PATCH v3 2/2] powerpc: emulate_step tests for load/store instructions Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> - 2017-02-14 10:20 +0100
    Re: [PATCH v3 2/2] powerpc: emulate_step tests for load/store instructions Michael Ellerman <mpe@ellerman.id.au> - 2017-02-14 11:50 +0100
      Re: [PATCH v3 2/2] powerpc: emulate_step tests for load/store  instructions Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> - 2017-02-14 12:50 +0100
    Re: [PATCH v3 2/2] powerpc: emulate_step tests for load/store instructions Michael Ellerman <mpe@ellerman.id.au> - 2017-02-14 11:50 +0100

csiph-web