Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30449
b: refs/heads/master
c: 79121ea
h: refs/heads/master
i:
  30447: 585a595
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jun 26, 2006
1 parent 96011b0 commit 7c67ffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 0f4fdb7fba0b3ec66df39d0e743e701404161fb8
refs/heads/master: 79121ea9f098934850347eeed3857ffd836810c3
3 changes: 2 additions & 1 deletion trunk/include/asm-x86_64/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
/* Written 2002 by Andi Kleen */

/* Only used for special circumstances. Stolen from i386/string.h */
static inline void * __inline_memcpy(void * to, const void * from, size_t n)
static __always_inline void *
__inline_memcpy(void * to, const void * from, size_t n)
{
unsigned long d0, d1, d2;
__asm__ __volatile__(
Expand Down

0 comments on commit 7c67ffc

Please sign in to comment.