Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2
+1
arch/microblaze/Kconfig
··· 19 19 select GENERIC_IRQ_SHOW 20 20 select GENERIC_PCI_IOMAP 21 21 select GENERIC_CPU_DEVICES 22 + select GENERIC_ATOMIC64 22 23 23 24 config SWAP 24 25 def_bool n
+1
arch/microblaze/include/asm/atomic.h
··· 2 2 #define _ASM_MICROBLAZE_ATOMIC_H 3 3 4 4 #include <asm-generic/atomic.h> 5 + #include <asm-generic/atomic64.h> 5 6 6 7 /* 7 8 * Atomically test *v and decrement if it is greater than 0.