mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 05:34:36 +02:00
[avr32] select GENERIC_ATOMIC64 implementation to fix xfs related build errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30371 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
69a0392bd9
commit
cfa5873fee
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 New Issue
Block a user