[PATCH] x86: Move swsusp __pa() dependent code to arch portion
authorVivek Goyal <vgoyal@in.ibm.com>
Wed, 2 May 2007 17:27:07 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:07 +0000 (19:27 +0200)
commit49c3df6aaa6a51071fc135273d1a2515d019099f
treecbd2fb611d14c9c859f7f417dfafae36ebebe29b
parentcfd243d4af7c7f8f52f5cb99d3932d9074b039ff
[PATCH] x86: Move swsusp __pa() dependent code to arch portion

o __pa() should be used only on kernel linearly mapped virtual addresses
  and not on kernel text and data addresses.

o Hibernation code needs to determine the physical address associated
  with kernel symbol to mark a section boundary which contains pages which
  don't have to be saved and restored during hibernate/resume operation.

o Move this piece of code in arch dependent section. So that architectures
  which don't have kernel text/data mapped into kernel linearly mapped
  region can come up with their own ways of determining physical addresses
  associated with a kernel text.

Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/power/suspend.c
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/suspend.c [new file with mode: 0644]
arch/x86_64/kernel/suspend.c
kernel/power/power.h
kernel/power/snapshot.c