select GENERIC_ATOMIC64 implementation to fix xfs related build errors
SVN-Revision: 30371
This commit is contained in:
parent
bd8683ac93
commit
b91a542247
1 changed files with 10 additions and 0 deletions
10
target/linux/avr32/patches/120-select-generic-atomic64.patch
Normal file
10
target/linux/avr32/patches/120-select-generic-atomic64.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/arch/avr32/Kconfig
|
||||
+++ b/arch/avr32/Kconfig
|
||||
@@ -8,6 +8,7 @@ config AVR32
|
||||
select HAVE_KPROBES
|
||||
select HAVE_GENERIC_HARDIRQS
|
||||
select GENERIC_IRQ_PROBE
|
||||
+ select GENERIC_ATOMIC64
|
||||
select HARDIRQS_SW_RESEND
|
||||
select GENERIC_IRQ_SHOW
|
||||
help
|
Loading…
Reference in a new issue