lkml.org 
[lkml]   [2006]   [Mar]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 1/10] UML - Redeclare highmem
Date
From
The earlier printf patch missed a corresponding change in the printed
variable.

Signed-off-by: Jeff Dike <jdike@addtoit.com>

Index: linux-2.6.16-mm/arch/um/include/user_util.h
===================================================================
--- linux-2.6.16-mm.orig/arch/um/include/user_util.h 2006-03-28 09:30:36.000000000 -0500
+++ linux-2.6.16-mm/arch/um/include/user_util.h 2006-03-28 15:59:38.000000000 -0500
@@ -31,7 +31,7 @@ extern unsigned long uml_physmem;
extern unsigned long uml_reserved;
extern unsigned long end_vm;
extern unsigned long start_vm;
-extern unsigned long highmem;
+extern unsigned long long highmem;

extern char host_info[];

Index: linux-2.6.16-mm/arch/um/kernel/mem.c
===================================================================
--- linux-2.6.16-mm.orig/arch/um/kernel/mem.c 2006-03-28 15:55:28.000000000 -0500
+++ linux-2.6.16-mm/arch/um/kernel/mem.c 2006-03-28 15:59:33.000000000 -0500
@@ -30,7 +30,7 @@ extern char __binary_start;
unsigned long *empty_zero_page = NULL;
unsigned long *empty_bad_page = NULL;
pgd_t swapper_pg_dir[PTRS_PER_PGD];
-unsigned long highmem;
+unsigned long long highmem;
int kmalloc_ok = 0;

static unsigned long brk_end;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-03-29 01:04    [W:0.201 / U:0.508 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site