All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@linaro.org>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: xen-devel@lists.xenproject.org, tim@xen.org,
	Jan Beulich <jbeulich@suse.com>,
	stefano.stabellini@citrix.com
Subject: Re: [PATCH v3 for 4.5] arm32: fix build after 063188f4b3
Date: Wed, 15 Oct 2014 14:14:05 +0100	[thread overview]
Message-ID: <543E731D.7070605@linaro.org> (raw)
In-Reply-To: <1413360689.10417.80.camel@citrix.com>

On 10/15/2014 09:11 AM, Ian Campbell wrote:
> On Tue, 2014-10-14 at 17:32 +0100, Julien Grall wrote:
>> @@ -263,7 +250,7 @@ static int exynos5_cpu_up(int cpu)
>>      iounmap(power);
>>  
>>      if ( secure_firmware )
>> -        exynos_smc(SMC_CMD_CPU1BOOT, cpu, 0, 0);
>> +        call_smc1(SMC_CMD_CPU1BOOT, cpu);
>>  
> 
> Have you confirmed that none of these zeroes (throughout the patch, not
> just here) are actually unused and not just formal parameters which
> happen to be zero.

I can't find any documentation the exynos SMC call on the web.

I will send a new version by removing call_smc<n> and always use
call_smc with 4 parameters.

>> +#elif defined(CONFIG_ARM_64)
>> +/* Not specific ARM64 macros for now */
> 
> "No specific..."

Ok.

>> +
>> +int do_smc(register_t function_id, ...);
> 
> Stray?

Yes.


-- 
Julien Grall

  reply	other threads:[~2014-10-15 13:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-14 16:32 [PATCH v3 for 4.5] arm32: fix build after 063188f4b3 Julien Grall
2014-10-15  8:11 ` Ian Campbell
2014-10-15 13:14   ` Julien Grall [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-10-15 14:08 Julien Grall
2014-10-15 14:13 ` Julien Grall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=543E731D.7070605@linaro.org \
    --to=julien.grall@linaro.org \
    --cc=ian.campbell@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=stefano.stabellini@citrix.com \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.