commit | 9d0713edf72461438bc3526e4ea55fec47754cd9 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Sep 24 21:05:30 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 26 19:50:31 2014 -0700 |
tree | 9c4c00a000e192a99751f7cefa294e76158e31c0 | |
parent | c21c4ab0d6921f7160a43216fa6973b5924de561 [diff] |
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>