diff options
Diffstat (limited to 'arch/um/kernel/physmem.c')
| -rw-r--r-- | arch/um/kernel/physmem.c | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/um/kernel/physmem.c b/arch/um/kernel/physmem.c index e66432f4248..9c929000579 100644 --- a/arch/um/kernel/physmem.c +++ b/arch/um/kernel/physmem.c @@ -55,16 +55,6 @@ int __init init_maps(unsigned long physmem, unsigned long iomem,  	return 0;  } -/* Changed during early boot */ -static unsigned long kmem_top = 0; - -unsigned long get_kmem_end(void) -{ -	if (kmem_top == 0) -		kmem_top = host_task_size - 1024 * 1024; -	return kmem_top; -} -  void map_memory(unsigned long virt, unsigned long phys, unsigned long len,  		int r, int w, int x)  {  |