* [uml-devel] PATCH [03/03]: MMAP_OFFSET needs "asm/page.h" for PAGE_SHIFT.
@ 2006-11-26 21:03 Nix
0 siblings, 0 replies; only message in thread
From: Nix @ 2006-11-26 21:03 UTC (permalink / raw)
To: user-mode-linux-devel
Another bug revealed by `make headers_install'ed header files.
Signed-off-by: Nick Alcock <nix@esperi.org.uk>
arch/um/include/sysdep-i386/stub.h | 1 +
arch/um/include/sysdep-x86_64/stub.h | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/um/include/sysdep-i386/stub.h b/arch/um/include/sysdep-i386/stub.h
index b492b12..4fffae7 100644
--- a/arch/um/include/sysdep-i386/stub.h
+++ b/arch/um/include/sysdep-i386/stub.h
@@ -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"
diff --git a/arch/um/include/sysdep-x86_64/stub.h b/arch/um/include/sysdep-x86_64/stub.h
index 92e989f..464a6c3 100644
--- a/arch/um/include/sysdep-x86_64/stub.h
+++ b/arch/um/include/sysdep-x86_64/stub.h
@@ -8,6 +8,7 @@
#include <sys/mman.h>
#include <asm/unistd.h>
+#include <asm/page.h>
#include <sysdep/ptrace_user.h>
#include "stub-data.h"
#include "kern_constants.h"
--
`The main high-level difference between Emacs and (say) UNIX, Windows,
or BeOS... is that Emacs boots quicker.' --- PdS
-------------------------------------------------------------------------
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 related [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-26 21:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-26 21:03 [uml-devel] PATCH [03/03]: MMAP_OFFSET needs "asm/page.h" for PAGE_SHIFT Nix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox