Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269545
b: refs/heads/master
c: 416185b
h: refs/heads/master
i:
  269543: c42d758
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and H. Peter Anvin committed Aug 29, 2011
1 parent 50e8c4f commit fc1a8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4009338d62e9d1c21b230bd7ebab6c43c482430e
refs/heads/master: 416185bd5ac8a749ee43d1b0967b43782843d1a0
3 changes: 1 addition & 2 deletions trunk/arch/x86/include/asm/cmpxchg_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

extern void __xchg_wrong_size(void);
extern void __cmpxchg_wrong_size(void);

/*
* Note: no "lock" prefix even on SMP: xchg always implies lock anyway.
Expand Down Expand Up @@ -84,8 +85,6 @@ static inline void set_64bit(volatile u64 *ptr, u64 value)
: "memory");
}

extern void __cmpxchg_wrong_size(void);

/*
* Atomic compare and exchange. Compare OLD with MEM, if identical,
* store NEW in MEM. Return the initial value in MEM. Success is
Expand Down

0 comments on commit fc1a8a2

Please sign in to comment.