aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/boot/compressed/misc.c
diff options
context:
space:
mode:
authorDomen Puncer <domen@coderock.org>2005-06-25 17:58:59 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-25 19:25:02 -0400
commitf45494480f31342125870c1a184999d7c5a59471 (patch)
treea80289b970b9f1be993268e21d8d5ed8be57a6fe /arch/x86_64/boot/compressed/misc.c
parent23712b2fbf6b845289c1d41d929be0931fab2759 (diff)
[PATCH] x86_64: coding style and whitespace fixups
Remove some of the unnecessary differences between arch/i386 and arch/x86_64. This patch fixes more whitespace issues, some miscellaneous typos, a wrong URL and a factually incorrect statement about the current boot sector code. Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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;