[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200612042312.kB4NCLHf024561@ccure.user-mode-linux.org>
Date: Mon, 04 Dec 2006 18:12:21 -0500
From: Jeff Dike <jdike@...toit.com>
To: akpm@...l.org
cc: linux-kernel@...r.kernel.org,
user-mode-linux-devel@...ts.sourceforge.net
Subject: [PATCH 2/4] UML - Include asm/page.h in order to get PAGE_SHIFT
Include the proper header to get a definition of PAGE_SHIFT.
Signed-off-by: Jeff Dike <jdike@...toit.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"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists