All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [Patch] uml: fix undeclared variables
@ 2008-11-18 17:42 ` Américo Wang
  0 siblings, 0 replies; 10+ messages in thread
From: Américo Wang @ 2008-11-18 17:42 UTC (permalink / raw)
  To: LKML; +Cc: Andrew Morton, Jeff Dike, Al Viro, user-mode-linux-devel


Fix three compile errors about undeclared variables in
arch/um/kernel/mem.c.

Signed-off-by: WANG Cong <wangcong@zeuux.org>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>


---
diff --git a/arch/um/include/asm/fixmap.h b/arch/um/include/asm/fixmap.h
index 69c0252..0af143d 100644
--- a/arch/um/include/asm/fixmap.h
+++ b/arch/um/include/asm/fixmap.h
@@ -41,6 +41,9 @@ enum fixed_addresses {
 	__end_of_fixed_addresses
 };
 
+extern pte_t *pkmap_page_table;
+extern pte_t *kmap_pte;
+extern pgprot_t kmap_prot;
 extern void __set_fixmap (enum fixed_addresses idx,
 			  unsigned long phys, pgprot_t flags);
 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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] 10+ messages in thread

end of thread, other threads:[~2008-11-21 17:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18 17:42 [uml-devel] [Patch] uml: fix undeclared variables Américo Wang
2008-11-18 17:42 ` Américo Wang
2008-11-18 19:26 ` [uml-devel] " Al Viro
2008-11-18 19:26   ` Al Viro
2008-11-19 18:40   ` [uml-devel] " Américo Wang
2008-11-19 18:40     ` Américo Wang
2008-11-19 19:06     ` [uml-devel] " Al Viro
2008-11-19 19:06       ` Al Viro
2008-11-21 17:07       ` [uml-devel] " Américo Wang
2008-11-21 17:07         ` Américo Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.