]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/xen: Add x86_64 kexec/kdump implementation
authorDaniel Kiper <daniel.kiper@oracle.com>
Thu, 21 Jun 2012 13:30:38 +0000 (15:30 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 28 Jun 2012 07:45:35 +0000 (09:45 +0200)
commit37b5e52556daedfbe18129baaa12e9a6de051ebf
treeb0b89a08ff1637aa1cd73966ae818036bfe44c62
parenta61dd004f4e5113a2a2e6dda599ad6c5308b9ad9
x86/xen: Add x86_64 kexec/kdump implementation

Add x86_64 kexec/kdump implementation.

v2 - Konrad Rzeszutek Wilk suggestions:
  - rewrite assembler code for transition page table initialization,
  - improve comments in assembler code,
  - other code cleanups for assembler code.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
arch/x86/xen/machine_kexec_64.c [new file with mode: 0644]
arch/x86/xen/relocate_kernel_64.S [new file with mode: 0644]