Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
* 'next' of git://git.monstr.eu/linux-2.6-microblaze: microblaze: generic atomic64 support
This commit is contained in:
@@ -19,6 +19,7 @@ config MICROBLAZE
|
|||||||
select GENERIC_IRQ_SHOW
|
select GENERIC_IRQ_SHOW
|
||||||
select GENERIC_PCI_IOMAP
|
select GENERIC_PCI_IOMAP
|
||||||
select GENERIC_CPU_DEVICES
|
select GENERIC_CPU_DEVICES
|
||||||
|
select GENERIC_ATOMIC64
|
||||||
|
|
||||||
config SWAP
|
config SWAP
|
||||||
def_bool n
|
def_bool n
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
#define _ASM_MICROBLAZE_ATOMIC_H
|
#define _ASM_MICROBLAZE_ATOMIC_H
|
||||||
|
|
||||||
#include <asm-generic/atomic.h>
|
#include <asm-generic/atomic.h>
|
||||||
|
#include <asm-generic/atomic64.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Atomically test *v and decrement if it is greater than 0.
|
* Atomically test *v and decrement if it is greater than 0.
|
||||||
|
Reference in New Issue
Block a user