]> git.kernelconcepts.de Git - karo-tx-linux.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)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Sep 2014 02:50:31 +0000 (19:50 -0700)
commit9d0713edf72461438bc3526e4ea55fec47754cd9
tree9c4c00a000e192a99751f7cefa294e76158e31c0
parentc21c4ab0d6921f7160a43216fa6973b5924de561
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>
arch/sparc/power/hibernate_asm.S