Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127059
b: refs/heads/master
c: cb15e57
h: refs/heads/master
i:
  127057: ce306ee
  127055: f3cdbda
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent ac8c52d commit 84e07a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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: 05a717fbc893c777165b00821b9dcde968a95bcc
refs/heads/master: cb15e57cc7d68e524f709c9a541b4900df80df16
13 changes: 9 additions & 4 deletions trunk/arch/blackfin/kernel/cplb-nompu/cplbmgr.S
Original file line number Diff line number Diff line change
Expand Up @@ -629,15 +629,20 @@ ENTRY(_cplb_mgr)
RTS;
ENDPROC(_cplb_mgr)

#ifdef CONFIG_CPLB_SWITCH_TAB_L1
.section .l1.data
#else
.data
.align 4;
_page_size_table:
#endif

ENTRY(_page_size_table)
.byte4 0x00000400; /* 1K */
.byte4 0x00001000; /* 4K */
.byte4 0x00100000; /* 1M */
.byte4 0x00400000; /* 4M */
END(_page_size_table)

.align 4;
_dcplb_preference:
ENTRY(_dcplb_preference)
.byte4 0x00000001; /* valid bit */
.byte4 0x00000002; /* lock bit */
END(_dcplb_preference)
7 changes: 1 addition & 6 deletions trunk/arch/blackfin/kernel/cplbinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,7 @@ static char *cplb_print_entry(char *buf, cplb_type type, unsigned int cpu)

#else

static int page_size_table[4] = {
0x00000400, /* 1K */
0x00001000, /* 4K */
0x00100000, /* 1M */
0x00400000 /* 4M */
};
extern int page_size_table[];

static int cplb_find_entry(unsigned long *cplb_addr,
unsigned long *cplb_data, unsigned long addr,
Expand Down

0 comments on commit 84e07a2

Please sign in to comment.