Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80414
b: refs/heads/master
c: 6b3c042
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Ingo Molnar committed Jan 30, 2008
1 parent ed1912b commit 16a8b24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f18c0e792057059eab9a8ce929af424ff8a4a90f
refs/heads/master: 6b3c0426a765dcae277ce9eb06d865a2f109cf48
4 changes: 2 additions & 2 deletions trunk/arch/x86/boot/compressed/misc_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ asmlinkage void decompress_kernel(void *rmode, unsigned long end,
#endif

makecrc();
putstr("Uncompressing Linux... ");
putstr("\nDecompressing Linux... ");
gunzip();
putstr("Ok, booting the kernel.\n");
putstr("done.\nBooting the kernel.\n");
return;
}
2 changes: 1 addition & 1 deletion trunk/arch/x86/boot/compressed/misc_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ asmlinkage void decompress_kernel(void *rmode, unsigned long heap,
error("Destination address too large");

makecrc();
putstr(".\nDecompressing Linux...");
putstr("\nDecompressing Linux... ");
gunzip();
putstr("done.\nBooting the kernel.\n");
return;
Expand Down

0 comments on commit 16a8b24

Please sign in to comment.