Skip to content

Commit

Permalink
xen: xen/page.h compile fix
Browse files Browse the repository at this point in the history
Fix:
linux/include/xen/page.h: In function mfn_pte:
linux/include/xen/page.h:149: error: __supported_pte_mask undeclared (first use in this function)
linux/include/xen/page.h:149: error: (Each undeclared identifier is reported only once
linux/include/xen/page.h:149: error: for each function it appears in.)

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
jsgf authored and Linus Torvalds committed Jul 26, 2007
1 parent bd16f9e commit dfb6868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/xen/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <linux/pfn.h>

#include <asm/uaccess.h>
#include <asm/pgtable.h>

#include <xen/features.h>

Expand Down

0 comments on commit dfb6868

Please sign in to comment.