Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148598
b: refs/heads/master
c: 122eec2
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Michal Simek committed May 21, 2009
1 parent d3987cb commit 2187299
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 70f4cc29350222ff6baf70265f6482fc01565d48
refs/heads/master: 122eec2f023f25fdd491ee9eb8eface4ded70728
5 changes: 0 additions & 5 deletions trunk/arch/microblaze/lib/memcpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,3 @@ void *memcpy(void *v_dst, const void *v_src, __kernel_size_t c)
}
EXPORT_SYMBOL(memcpy);
#endif /* __HAVE_ARCH_MEMCPY */

void *cacheable_memcpy(void *d, const void *s, __kernel_size_t c)
{
return memcpy(d, s, c);
}

0 comments on commit 2187299

Please sign in to comment.