arm64: fix a warning and a typo in SWP emulation
authorAlex Van Brunt <avanbrunt@nvidia.com>
Wed, 19 Feb 2014 01:50:57 +0000 (17:50 -0800)
committerGreg Hackmann <ghackmann@google.com>
Sat, 13 Sep 2014 00:29:52 +0000 (17:29 -0700)
commitd0c5e1444d3efbe361bb5e9fc0d8dd0aeb6ae2fb
tree949db24efa330d06be0dd7b6d2146052cd2e13d4
parentecff782253197463f33d719a4fed4bd39c8de469
arm64: fix a warning and a typo in SWP emulation

The store-release-exclusive is missing the "L" that makes it a
release rather than a normal store-exclusive.

Remove a variable that is not used and causes a compiler warning.

Change-Id: I91633a352b805ed9af450b632c9ee394235637c4
Signed-off-by: Alex Van Brunt <avanbrunt@nvidia.com>
Reviewed-on: http://git-master/r/369076
Reviewed-by: Richard Wiley <rwiley@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
arch/arm64/kernel/swp_emulate.c