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)
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

Simple merge