Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180461
b: refs/heads/master
c: 63731c9
h: refs/heads/master
i:
  180459: 221e5b5
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed Feb 10, 2010
1 parent ac4b7dc commit 923d149
Show file tree
Hide file tree
Showing 3 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: 59d302b342e5d451c4448479e82e1105864a3112
refs/heads/master: 63731c964d6cd9de4800891bd33b6f9e47a249bc
4 changes: 2 additions & 2 deletions trunk/arch/mips/mm/c-octeon.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static void octeon_flush_cache_page(struct vm_area_struct *vma,
* Probe Octeon's caches
*
*/
static void __devinit probe_octeon(void)
static void __cpuinit probe_octeon(void)
{
unsigned long icache_size;
unsigned long dcache_size;
Expand Down Expand Up @@ -235,7 +235,7 @@ static void __devinit probe_octeon(void)
* Setup the Octeon cache flush routines
*
*/
void __devinit octeon_cache_init(void)
void __cpuinit octeon_cache_init(void)
{
extern unsigned long ebase;
extern char except_vec2_octeon;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/mm/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static inline void setup_protection_map(void)
protection_map[15] = PAGE_SHARED;
}

void __devinit cpu_cache_init(void)
void __cpuinit cpu_cache_init(void)
{
if (cpu_has_3k_cache) {
extern void __weak r3k_cache_init(void);
Expand Down

0 comments on commit 923d149

Please sign in to comment.