Skip to content

Commit

Permalink
x86/paravirt: split paravirt definitions into paravirt_types.h
Browse files Browse the repository at this point in the history
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 <jeremy.fitzhardinge@citrix.com>
  • Loading branch information
Jeremy Fitzhardinge committed Jun 17, 2009
1 parent 3fe0344 commit ac5672f
Show file tree
Hide file tree
Showing 2 changed files with 721 additions and 710 deletions.
Loading

0 comments on commit ac5672f

Please sign in to comment.