Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56464
b: refs/heads/master
c: b4e1ded
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed May 16, 2007
1 parent 16feabe commit 31e1ee6
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: 8eafafb54bc594be8a23b00b25055b59838a9c79
refs/heads/master: b4e1ded3cf6e13c122f019532cb60347d6c88c8c
3 changes: 2 additions & 1 deletion trunk/include/asm-m32r/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* Copyright (C) 2004, 2006 Hirokazu Takata <takata at linux-m32r.org>
*/

#include <linux/compiler.h>
#include <asm/assembler.h>

#ifdef __KERNEL__
Expand Down Expand Up @@ -154,7 +155,7 @@ extern void __xchg_called_with_bad_pointer(void);
#define DCACHE_CLEAR(reg0, reg1, addr)
#endif /* CONFIG_CHIP_M32700_TS1 */

static inline unsigned long
static __always_inline unsigned long
__xchg(unsigned long x, volatile void * ptr, int size)
{
unsigned long flags;
Expand Down

0 comments on commit 31e1ee6

Please sign in to comment.