|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] stubdom/minios: don't retrieve the addres
# HG changeset patch
# User Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
# Date 1294763507 0
# Node ID 7674b78a6c0d2208ae3b47e0cd5d52fc567b7555
# Parent 81899ff36e21b74c97371ca1b70c943e9ad6d13a
stubdom/minios: don't retrieve the address of void variable
Objects must not be declared to have type void. Declare shared_info
to have the appropriate type instead.
Author: Ganni Tedesco <gianni.tedesco@xxxxxxxxxx>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
extras/mini-os/arch/x86/mm.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 81899ff36e21 -r 7674b78a6c0d extras/mini-os/arch/x86/mm.c
--- a/extras/mini-os/arch/x86/mm.c Tue Jan 11 16:30:15 2011 +0000
+++ b/extras/mini-os/arch/x86/mm.c Tue Jan 11 16:31:47 2011 +0000
@@ -281,7 +281,7 @@ static void build_pagetable(unsigned lon
/*
* Mark portion of the address space read only.
*/
-extern void shared_info;
+extern struct shared_info shared_info;
static void set_readonly(void *text, void *etext)
{
unsigned long start_address =
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] stubdom/minios: don't retrieve the address of void variable,
Xen patchbot-unstable <=
|
|
|
|
|