Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298535
b: refs/heads/master
c: 167d821
h: refs/heads/master
i:
  298533: c98999c
  298531: 8c0344d
  298527: 1b8de4a
v: v3
  • Loading branch information
Paul Gortmaker authored and Linus Torvalds committed Apr 4, 2012
1 parent ff9a020 commit 258820c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 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: f3718a818f7fb3636130d5f34bde8df34f45c5e5
refs/heads/master: 167d82152079debd0a76726972a76ea032d82043
2 changes: 2 additions & 0 deletions trunk/arch/avr32/include/asm/barrier.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#ifndef __ASM_AVR32_BARRIER_H
#define __ASM_AVR32_BARRIER_H

#define nop() asm volatile("nop")

#define mb() asm volatile("" : : : "memory")
#define rmb() mb()
#define wmb() asm volatile("sync 0" : : : "memory")
Expand Down
13 changes: 0 additions & 13 deletions trunk/arch/avr32/include/asm/special_insns.h

This file was deleted.

0 comments on commit 258820c

Please sign in to comment.