* [PATCH] UML - Fix highmem compilation
@ 2004-12-03 21:46 Jeff Dike
0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2004-12-03 21:46 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel, Blaisorblade
Remove a reference to an unused variable.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Index: 2.6.9/arch/um/kernel/mem.c
===================================================================
--- 2.6.9.orig/arch/um/kernel/mem.c 2004-12-03 12:46:55.000000000 -0500
+++ 2.6.9/arch/um/kernel/mem.c 2004-12-03 12:58:23.000000000 -0500
@@ -65,9 +65,6 @@
unsigned long start;
max_low_pfn = (high_physmem - uml_physmem) >> PAGE_SHIFT;
-#ifdef CONFIG_HIGHMEM
- highmem_start_page = pfn_to_page(phys_to_pfn(__pa(high_physmem)));
-#endif
/* clear the zero-page */
memset((void *) empty_zero_page, 0, PAGE_SIZE);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-12-03 19:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-03 21:46 [PATCH] UML - Fix highmem compilation Jeff Dike
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®