Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72159
b: refs/heads/master
c: 775ecf8
h: refs/heads/master
i:
  72157: af4de62
  72155: abaa8bc
  72151: 2513f2f
  72143: 2696bb6
  72127: dab4a15
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Oct 23, 2007
1 parent 85ccbb3 commit e329fae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: c1057c6500b6c5508c095f0022402cb63b747d5d
refs/heads/master: 775ecf871413e72a07c26af7154ca67728e17798
6 changes: 2 additions & 4 deletions trunk/arch/m68knommu/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,9 @@ void setup_arch(char **cmdline_p)
"BSS=0x%06x-0x%06x\n", (int) &_stext, (int) &_etext,
(int) &_sdata, (int) &_edata,
(int) &_sbss, (int) &_ebss);
printk(KERN_DEBUG "KERNEL -> ROMFS=0x%06x-0x%06x MEM=0x%06x-0x%06x "
"STACK=0x%06x-0x%06x\n",
printk(KERN_DEBUG "MEMORY -> ROMFS=0x%06x-0x%06x MEM=0x%06x-0x%06x\n ",
(int) &_ebss, (int) memory_start,
(int) memory_start, (int) memory_end,
(int) memory_end, (int) _ramend);
(int) memory_start, (int) memory_end);
#endif

/* Keep a copy of command line */
Expand Down

0 comments on commit e329fae

Please sign in to comment.