Messages in this thread |  | | Date | Tue, 21 Oct 2014 12:14:12 +0200 | From | Peter Zijlstra <> | Subject | Re: [PATCH] cmpxchg: Discard unnecessary cast to volatile |
| |
On Mon, Oct 20, 2014 at 04:22:27PM -0400, Pranith Kumar wrote: > > Generating a volatile pointer is really not necessary here. This is the only > > location where a volatile pointer is being generated for use in asm. > > > > This commit removes the unnecessary volatile pointer being created. > > > > Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Seems sane enough to me.
|  |