commit | ebd879e397f6361727c36267a12d1650710e465a | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Tue Jul 08 15:06:54 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jul 16 11:01:03 2008 +0200 |
tree | e25ef12602eaa5d7ac07ec41e4c77d56f69c8170 | |
parent | 39dbc5bd345ebf93e066dde7f8e29467eb61b42e [diff] |
xen: fix truncation of machine address arbitrary_virt_to_machine can truncate a machine address if its above 4G. Cast the problem away. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Cc: Stephen Tweedie <sct@redhat.com> Cc: Eduardo Habkost <ehabkost@redhat.com> Cc: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>