Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129586
b: refs/heads/master
c: 6fd8be4
h: refs/heads/master
v: v3
  • Loading branch information
Trent Piepho authored and Kumar Gala committed Jan 7, 2009
1 parent 6a4e200 commit 349fa35
Show file tree
Hide file tree
Showing 4 changed files with 1 addition 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: 19f5465e823858a2f0b0e9a92e52816ba3ee70bb
refs/heads/master: 6fd8be4bf72879b3039654388e985cabf8449af5
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/kernel/head_fsl_booke.S
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,6 @@ skpinv: addi r6,r6,1 /* Increment */
#endif
#endif

mfspr r3,SPRN_TLB1CFG
andi. r3,r3,0xfff
lis r4,num_tlbcam_entries@ha
stw r3,num_tlbcam_entries@l(r4)
/*
* Decide what sort of machine this is and initialize the MMU.
*/
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/powerpc/mm/fsl_booke_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@

extern void loadcam_entry(unsigned int index);
unsigned int tlbcam_index;
unsigned int num_tlbcam_entries;
static unsigned long __cam0, __cam1, __cam2;

#define NUM_TLBCAMS (16)
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/powerpc/mm/mmu_decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ extern unsigned int rtas_data, rtas_size;
struct hash_pte;
extern struct hash_pte *Hash, *Hash_end;
extern unsigned long Hash_size, Hash_mask;

extern unsigned int num_tlbcam_entries;
#endif

extern unsigned long ioremap_bot;
Expand Down

0 comments on commit 349fa35

Please sign in to comment.