mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [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"


^ 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 [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

all inboxes | Powered by JetHome®