Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144938
b: refs/heads/master
c: 1291417
h: refs/heads/master
v: v3
  • Loading branch information
Dmitri Vorobiev authored and Ralf Baechle committed May 14, 2009
1 parent 0370817 commit 81c0866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1d9c114dc1702306215439cd608047ab639700db
refs/heads/master: 1291417eb61d1cd3fc69e295c2e9b83c5f6a8ff9
4 changes: 2 additions & 2 deletions trunk/arch/mips/mm/sc-rm7k.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern unsigned long icache_way_size, dcache_way_size;

#include <asm/r4kcache.h>

int rm7k_tcache_enabled;
static int rm7k_tcache_enabled;

/*
* Writeback and invalidate the primary cache dcache before DMA.
Expand Down Expand Up @@ -121,7 +121,7 @@ static void rm7k_sc_disable(void)
clear_c0_config(RM7K_CONF_SE);
}

struct bcache_ops rm7k_sc_ops = {
static struct bcache_ops rm7k_sc_ops = {
.bc_enable = rm7k_sc_enable,
.bc_disable = rm7k_sc_disable,
.bc_wback_inv = rm7k_sc_wback_inv,
Expand Down

0 comments on commit 81c0866

Please sign in to comment.