arm64: Cast KSTK_(EIP|ESP) to unsigned long
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 10 Jul 2014 10:37:40 +0000 (11:37 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 24 Oct 2014 12:31:46 +0000 (13:31 +0100)
commit04d4eb47acdc3af0c7841487716d6141da242f6e
treed870d0fff3483007282bb255cf0793ae40c45f6f
parenta6683aa2fdd856a9e146e1fe1442f8ec3039c94f
arm64: Cast KSTK_(EIP|ESP) to unsigned long

This is for similarity with thread_saved_(pc|sp) and to avoid some
compiler warnings in the audit code.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
(cherry picked from commit ebe6152e722b9df6b487a0d9464aeff216b6d364)
Signed-off-by: Mark Brown <broonie@kernel.org>
arch/arm64/include/asm/processor.h