Skip to content

Commit

Permalink
Merge branch 'stable' of git://github.com/cmetcalf-tilera/linux-tile
Browse files Browse the repository at this point in the history
* 'stable' of git://github.com/cmetcalf-tilera/linux-tile:
  tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm files
  • Loading branch information
Linus Torvalds committed Oct 14, 2011
2 parents 2ad5311 + d52104b commit 95bc156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/tile/kernel/intvec_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <asm/ptrace.h>
#include <asm/thread_info.h>
#include <asm/irqflags.h>
#include <linux/atomic.h>
#include <asm/atomic_32.h>
#include <asm/asm-offsets.h>
#include <hv/hypervisor.h>
#include <arch/abi.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/tile/lib/atomic_asm_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
*/

#include <linux/linkage.h>
#include <linux/atomic.h>
#include <asm/atomic_32.h>
#include <asm/page.h>
#include <asm/processor.h>

Expand Down

0 comments on commit 95bc156

Please sign in to comment.