From: Mark Salyzyn <salyzyn@android.com>
To: linux-kernel@vger.kernel.org
Cc: james.morse@arm.com, Russell King <linux@armlinux.org.uk>,
Mark Salyzyn <salyzyn@google.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 3/10] arm: vdso: inline assembler operations to compiler.h
Date: Fri, 13 Oct 2017 11:13:00 -0700 [thread overview]
Message-ID: <24d5a48b-620e-2112-2de8-fb42e403ea57@android.com> (raw)
In-Reply-To: <20171012225940.86652-1-salyzyn@android.com>
On 10/12/2017 03:59 PM, Mark Salyzyn wrote:
> Move compiler-specific code to a local compiler.h file. CONFIG_AEABI
> dependency check. System call fallback functions standardized into
> a DEFINE_FALLBACK macro. Accept that __arch_counter_get_cntvct()
> is the API for aarch64. Deal with unresolved references emitted by
> GCC. Optimize handling of fallback calls. Most notably add unlikely
> nullptr checking to __vdso_gettimeofday, if tv null no need to
> proceed to fallback, as vdso is capable of filling in the tv values.
nit: last sentence should have read 'filling in the tz values.'
prev parent reply other threads:[~2017-10-13 18:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-12 22:59 Mark Salyzyn
2017-10-13 18:13 ` Mark Salyzyn [this message]
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=24d5a48b-620e-2112-2de8-fb42e403ea57@android.com \
--to=salyzyn@android.com \
--cc=james.morse@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=salyzyn@google.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome