Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95851
b: refs/heads/master
c: bbea346
h: refs/heads/master
i:
  95849: 63df889
  95847: 7d92e4c
v: v3
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed May 2, 2008
1 parent b379a1c commit ac0f95e
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: 5be661a28b12aa43cc83ba935ba2b2c273d0da45
refs/heads/master: bbea34606269efedf7d12c608924b47bafb344f5
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/mm/slb.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#ifdef DEBUG
#define DBG(fmt...) udbg_printf(fmt)
#else
#define DBG(fmt...)
#define DBG pr_debug
#endif

extern void slb_allocate_realmode(unsigned long ea);
Expand Down Expand Up @@ -279,8 +279,8 @@ void slb_initialize(void)
patch_slb_encoding(slb_compare_rr_to_size,
mmu_slb_size);

DBG("SLB: linear LLP = %04x\n", linear_llp);
DBG("SLB: io LLP = %04x\n", io_llp);
DBG("SLB: linear LLP = %04lx\n", linear_llp);
DBG("SLB: io LLP = %04lx\n", io_llp);
}

get_paca()->stab_rr = SLB_NUM_BOLTED;
Expand Down

0 comments on commit ac0f95e

Please sign in to comment.