Skip to content

Commit

Permalink
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Browse files Browse the repository at this point in the history
* 'next' of git://git.monstr.eu/linux-2.6-microblaze:
  microblaze: generic atomic64 support
  • Loading branch information
Linus Torvalds committed Jan 30, 2012
2 parents dfd07ec + eacb6ec commit f07d4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/microblaze/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ config MICROBLAZE
select GENERIC_IRQ_SHOW
select GENERIC_PCI_IOMAP
select GENERIC_CPU_DEVICES
select GENERIC_ATOMIC64

config SWAP
def_bool n
Expand Down
1 change: 1 addition & 0 deletions arch/microblaze/include/asm/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _ASM_MICROBLAZE_ATOMIC_H

#include <asm-generic/atomic.h>
#include <asm-generic/atomic64.h>

/*
* Atomically test *v and decrement if it is greater than 0.
Expand Down

0 comments on commit f07d4a7

Please sign in to comment.