Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118271
b: refs/heads/master
c: b160544
h: refs/heads/master
i:
  118269: ceaf30f
  118267: d3c1cce
  118263: 4e3c51a
  118255: 37490ed
  118239: 5b92f0c
  118207: 27fa9aa
  118143: ccdff21
  118015: c3f2c6a
  117759: 4a083c3
v: v3
  • Loading branch information
Michael Neuling authored and Paul Mackerras committed Oct 31, 2008
1 parent 3942041 commit 6035509
Show file tree
Hide file tree
Showing 2 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: 2a4b9c5af82035c591adca951a9af1665ad1a2b0
refs/heads/master: b160544cccb403310cf38ddb3ebc156ea454848a
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/kernel/setup_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,9 @@ void __init setup_system(void)
if (htab_address)
printk("htab_address = 0x%p\n", htab_address);
printk("htab_hash_mask = 0x%lx\n", htab_hash_mask);
#if PHYSICAL_START > 0
printk("physical_start = 0x%lx\n", PHYSICAL_START);
#endif
if (PHYSICAL_START > 0)
printk("physical_start = 0x%lx\n",
PHYSICAL_START);
printk("-----------------------------------------------------\n");

DBG(" <- setup_system()\n");
Expand Down

0 comments on commit 6035509

Please sign in to comment.