From: Jeremy Fitzhardinge Date: Wed, 2 Apr 2008 17:54:11 +0000 (-0700) Subject: xen: fold xen_sysexit into xen_iret X-Git-Tag: v2.6.26-rc1~1065^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b77797fb2bf31bf076e6b69736119bc6a077525b;p=pandora-kernel.git xen: fold xen_sysexit into xen_iret xen_sysexit and xen_iret were doing essentially the same thing. Rather than having a separate implementation for xen_sysexit, we can just strip the stack back to an iret frame and jump into xen_iret. This removes a lot of code and complexity - specifically, another critical region. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed