commit | 278c0eb7f96586c02b2bfaa8e250d951919a2e6a | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@in.ibm.com> | Wed May 02 19:27:07 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Wed May 02 19:27:07 2007 +0200 |
tree | cab385f0d62fdbfebf8bc2a292465a81d40bf55d | |
parent | 93fd755e47d7b00fa5470199cfb14cbd9ded0284 [diff] |
[PATCH] x86-64: modify copy_bootdata to use virtual addresses Use virtual addresses instead of physical addresses in copy bootdata. In addition fix the implementation of the old bootloader convention. Everything is at real_mode_data always. It is just that sometimes real_mode_data was relocated by setup.S to not sit at 0x90000. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com> Signed-off-by: Andi Kleen <ak@suse.de>