diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-01-09 10:00:11 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-01-09 10:00:11 -0800 |
commit | 4064e47c82810586975b4304b105056389beaa06 (patch) | |
tree | ba6dc86f72f280ca633dfcbd5f6c5b03ff0ea400 /Documentation/features/locking/queued-spinlocks/arch-support.txt | |
parent | a88cc8da0279f8e481b0d90e51a0a1cffac55906 (diff) | |
parent | 56752b21755aef598709d143684cb363db98a7d2 (diff) | |
download | linux-stable-4064e47c82810586975b4304b105056389beaa06.tar.gz linux-stable-4064e47c82810586975b4304b105056389beaa06.tar.bz2 linux-stable-4064e47c82810586975b4304b105056389beaa06.zip |
Merge tag 'csky-for-linus-5.0-rc1' of git://github.com/c-sky/csky-linux
Pull arch/csky bug fixes from Guo Ren:
"Here are some fixup patches for 5.0-rc1:
- fix compile error with pte_alloc
- fix handle_irq_perbit break irq flow
- fix CACHEV1 store instruction fast retire
- fix module relocation error with 807 & 860
- add csky kernel features to documentation"
* tag 'csky-for-linus-5.0-rc1' of git://github.com/c-sky/csky-linux:
irqchip/csky: fixup handle_irq_perbit break irq
csky: fixup compile error with pte_alloc
csky: fixup CACHEV1 store instruction fast retire
csky: fixup relocation error with 807 & 860
Documentation/features: Add csky kernel features
Diffstat (limited to 'Documentation/features/locking/queued-spinlocks/arch-support.txt')
-rw-r--r-- | Documentation/features/locking/queued-spinlocks/arch-support.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/features/locking/queued-spinlocks/arch-support.txt b/Documentation/features/locking/queued-spinlocks/arch-support.txt index 478e9101322c..e3080b82aefd 100644 --- a/Documentation/features/locking/queued-spinlocks/arch-support.txt +++ b/Documentation/features/locking/queued-spinlocks/arch-support.txt @@ -11,6 +11,7 @@ | arm: | TODO | | arm64: | TODO | | c6x: | TODO | + | csky: | TODO | | h8300: | TODO | | hexagon: | TODO | | ia64: | TODO | |