]> 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)
committerJiri Slaby <jslaby@suse.cz>
Fri, 31 Oct 2014 14:09:22 +0000 (15:09 +0100)
commitdca89ea9e03641d202971dccff411edec5252775
tree523d2057eb3d88105b898f5654e896afb08e6a93
parenta553c52f811798d5cccdd7867db5728c6dc00cf0
sparc64: Fix hibernation code refrence to PAGE_OFFSET.

commit 9d0713edf72461438bc3526e4ea55fec47754cd9 upstream.

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>
arch/sparc/power/hibernate_asm.S