linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] [PATCH 2/4] UML - Include asm/page.h in order to get PAGE_SHIFT
@ 2006-12-04 23:12 Jeff Dike
  0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2006-12-04 23:12 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, user-mode-linux-devel

Include the proper header to get a definition of PAGE_SHIFT.

Signed-off-by: Jeff Dike <jdike@addtoit.com>

Index: linux-2.6.17/arch/um/include/sysdep-i386/stub.h
===================================================================
--- linux-2.6.17.orig/arch/um/include/sysdep-i386/stub.h	2006-06-17 21:49:35.000000000 -0400
+++ linux-2.6.17/arch/um/include/sysdep-i386/stub.h	2006-11-13 16:41:37.000000000 -0500
@@ -9,6 +9,7 @@
 #include <sys/mman.h>
 #include <asm/ptrace.h>
 #include <asm/unistd.h>
+#include <asm/page.h>
 #include "stub-data.h"
 #include "kern_constants.h"
 #include "uml-config.h"


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-12-04 23:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-04 23:12 [uml-devel] [PATCH 2/4] UML - Include asm/page.h in order to get PAGE_SHIFT Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox