* [PATCH 2/2] Arch-specific includes
@ 2007-04-02 21:28 Glauber de Oliveira Costa
0 siblings, 0 replies; only message in thread
From: Glauber de Oliveira Costa @ 2007-04-02 21:28 UTC (permalink / raw)
To: linux-kernel, virtualization, Rusty Russell
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
Sorry if this gets resent. My fault ;-)
All that is left for the architectures, is the room for some specific
definitions.
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
--
Glauber de Oliveira Costa
Red Hat Inc.
"Free as in Freedom"
[-- Attachment #2: lgarchdefs.patch --]
[-- Type: text/plain, Size: 652 bytes --]
--- /dev/null 2007-04-02 15:35:49.510433377 -0300
+++ i386/lguest_defs.h 2007-04-02 16:19:27.000000000 -0300
@@ -0,0 +1,7 @@
+#ifndef _LGUEST_DEFS_H_
+#define _LGUEST_DEFS_H_
+
+/* LGUEST_TOP_ADDRESS comes from the Makefile */
+#define RESERVE_TOP_ADDRESS LGUEST_GUEST_TOP - 1024*1024
+
+#endif
--- /dev/null 2007-04-02 15:35:49.510433377 -0300
+++ x86_64/lguest_defs.h 2007-04-02 16:19:27.000000000 -0300
@@ -0,0 +1,11 @@
+#ifndef _LGUEST_DEFS_H_
+#define _LGUEST_DEFS_H_
+
+#include <asm/vsyscall.h>
+
+/* LGUEST_TOP_ADDRESS comes from the Makefile */
+#define RESERVE_TOP_ADDRESS LGUEST_GUEST_TOP
+
+#define BOOT_PGTABLE "boot_level4_pgt"
+
+#endif
[-- Attachment #3: Type: text/plain, Size: 189 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-04-02 21:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-02 21:28 [PATCH 2/2] Arch-specific includes Glauber de Oliveira Costa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).