Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43901
b: refs/heads/master
c: bf8af91
h: refs/heads/master
i:
  43899: 476a93b
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Dec 9, 2006
1 parent 412e60e commit a1960f5
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: 3f922221bbeb1a61146126cdec3c7ccf81539463
refs/heads/master: bf8af91bcd8aadad4933a51c1219ea35e1ae0d77
4 changes: 2 additions & 2 deletions trunk/arch/m68k/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ void cache_clear (unsigned long paddr, int len)
mach_l2_flush(0);
#endif
}
EXPORT_SYMBOL(cache_clear); /* probably can be unexported */
EXPORT_SYMBOL(cache_clear);


/*
Expand Down Expand Up @@ -352,7 +352,7 @@ void cache_push (unsigned long paddr, int len)
mach_l2_flush(1);
#endif
}
EXPORT_SYMBOL(cache_push); /* probably can be unexported */
EXPORT_SYMBOL(cache_push);

#ifndef CONFIG_SINGLE_MEMORY_CHUNK
int mm_end_of_chunk (unsigned long addr, int len)
Expand Down

0 comments on commit a1960f5

Please sign in to comment.