Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321295
b: refs/heads/master
c: 54503b1
h: refs/heads/master
i:
  321293: 8602591
  321291: 2819cd1
  321287: fa6133b
  321279: b0bd910
v: v3
  • Loading branch information
Geert Uytterhoeven committed Jun 10, 2012
1 parent 7d25d55 commit c472fe4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 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: 2ef0d3e64f0ba9aed72c2ddd410aea83cd3261ab
refs/heads/master: 54503b1da74afdb38c730ad6413dbe54ce119134
11 changes: 4 additions & 7 deletions trunk/arch/m68k/kernel/setup_no.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,10 @@ void __init setup_arch(char **cmdline_p)
printk(KERN_INFO "Motorola M5235EVB support (C)2005 Syn-tech Systems, Inc. (Jate Sujjavanich)\n");
#endif

pr_debug("KERNEL -> TEXT=0x%06x-0x%06x DATA=0x%06x-0x%06x "
"BSS=0x%06x-0x%06x\n", (int) &_stext, (int) &_etext,
(int) &_sdata, (int) &_edata,
(int) &_sbss, (int) &_ebss);
pr_debug("MEMORY -> ROMFS=0x%06x-0x%06x MEM=0x%06x-0x%06x\n ",
(int) &_ebss, (int) memory_start,
(int) memory_start, (int) memory_end);
pr_debug("KERNEL -> TEXT=0x%p-0x%p DATA=0x%p-0x%p BSS=0x%p-0x%p\n",
_stext, _etext, _sdata, _edata, _sbss, _ebss);
pr_debug("MEMORY -> ROMFS=0x%p-0x%06lx MEM=0x%06lx-0x%06lx\n ",
_ebss, memory_start, memory_start, memory_end);

/* Keep a copy of command line */
*cmdline_p = &command_line[0];
Expand Down

0 comments on commit c472fe4

Please sign in to comment.