From: Jeremy Fitzhardinge Date: Tue, 8 Jul 2008 22:07:00 +0000 (-0700) Subject: xen64: deal with extra words Xen pushes onto exception frames X-Git-Tag: v2.6.27-rc1~955^2~1^20~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997409d3d0bd6894f33e31ced251c0fdf523aa14;p=pandora-kernel.git xen64: deal with extra words Xen pushes onto exception frames Xen pushes two extra words containing the values of rcx and r11. This pvop hook copies the words back into their appropriate registers, and cleans them off the stack. This leaves the stack in native form, so the normal handler can run unchanged. Signed-off-by: Jeremy Fitzhardinge Cc: Stephen Tweedie Cc: Eduardo Habkost Cc: Mark McLoughlin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed