aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/boot/compressed/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/boot/compressed/misc.c')
-rw-r--r--arch/x86_64/boot/compressed/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/boot/compressed/misc.c b/arch/x86_64/boot/compressed/misc.c
index f992aef141b7..b38d5b8b5fb8 100644
--- a/arch/x86_64/boot/compressed/misc.c
+++ b/arch/x86_64/boot/compressed/misc.c
@@ -97,7 +97,7 @@ void* memset(void* s, int c, unsigned n);
97void* memcpy(void* dest, const void* src, unsigned n); 97void* memcpy(void* dest, const void* src, unsigned n);
98 98
99static void putstr(const char *); 99static void putstr(const char *);
100 100
101extern int end; 101extern int end;
102static long free_mem_ptr = (long)&end; 102static long free_mem_ptr = (long)&end;
103static long free_mem_end_ptr; 103static long free_mem_end_ptr;