From: Jeremy Fitzhardinge Date: Tue, 14 Apr 2009 21:29:44 +0000 (-0700) Subject: x86/paravirt: split paravirt definitions into paravirt_types.h X-Git-Tag: v2.6.32-rc1~629^2~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac5672f82c39ff2f8dce81bf3e68b1dfc41f366f;p=pandora-kernel.git x86/paravirt: split paravirt definitions into paravirt_types.h Split the monolithic asm/paravirt.h into separate paravirt.h (inlines and other "active" definitions), and paravirt_types.h (types, constants and other "passive" definitions). This makes it easier to use the type/constant definitions without pulling in everything else and causing circular dependency problems. [ Impact: cleanup ] Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed