From: Jes Sorensen Date: Mon, 22 Oct 2007 01:03:31 +0000 (+1000) Subject: Make hypercalls arch-independent. X-Git-Tag: v2.6.24-rc1~28^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b410e7b1499c49513cab18275db8a8ab549d9e09;p=pandora-kernel.git Make hypercalls arch-independent. Clean up the hypercall code to make the code in hypercalls.c architecture independent. First process the common hypercalls and then call lguest_arch_do_hcall() if the call hasn't been handled. Rename struct hcall_ring to hcall_args. This patch requires the previous patch which reorganize the layout of struct lguest_regs on i386 so they match the layout of struct hcall_args. Signed-off-by: Jes Sorensen Signed-off-by: Rusty Russell --- Reading git-diff-tree failed