From: Alexander Graf Date: Mon, 2 Nov 2009 12:02:30 +0000 (+0000) Subject: Split init_new_context and destroy_context X-Git-Tag: v2.6.33-rc1~293^2~86^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e85a47106abb928e048d89d7fa48f982fcb018aa;p=pandora-kernel.git Split init_new_context and destroy_context For KVM we need to allocate a new context id, but don't really care about all the mm context around it. So let's split the alloc and destroy functions for the context id, so we can grab one without allocating an mm context. Signed-off-by: Alexander Graf Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed