]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sparc64: Fix hibernation code refrence to PAGE_OFFSET.
authorDavid S. Miller <davem@davemloft.net>
Thu, 25 Sep 2014 04:05:30 +0000 (21:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Oct 2014 16:43:17 +0000 (09:43 -0700)
commit3d6dc58816e4934ee164d231eeb2bd3de19479cc
treeb81ea29fbf89cd97997298827c533dfa3699aa3d
parent54bca039c02bbb943b556e1020f4830ccae9fc17
sparc64: Fix hibernation code refrence to PAGE_OFFSET.

We changed PAGE_OFFSET to be a variable rather than a constant,
but this reference here in the hibernate assembler got missed.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/sparc/power/hibernate_asm.S