diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-07-06 10:10:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-07-06 10:10:26 -0700 |
commit | 9f09069cde34dcd86f5ecf3a3139fd752020812f (patch) | |
tree | 2d965a38b5e289b15685c7d602459e0c027f7569 /arch | |
parent | c3850b3f975f94317011421bb55325f828ae72ea (diff) | |
parent | 48bddb89d59eec27c3305d179b1832d5292e285d (diff) | |
download | lwn-9f09069cde34dcd86f5ecf3a3139fd752020812f.tar.gz lwn-9f09069cde34dcd86f5ecf3a3139fd752020812f.zip |
Merge tag 'for-linus' of https://github.com/openrisc/linux
Pull OpenRISC fixes from Stafford Horne:
"Fixups for OpenRISC found during recent testing:
- An OpenRISC irqchip fix to stop acking level interrupts which was
causing issues on SMP platforms
- A comment typo fix in our unwinder code"
* tag 'for-linus' of https://github.com/openrisc/linux:
openrisc: unwinder: Fix grammar issue in comment
irqchip: or1k-pic: Undefine mask_ack for level triggered hardware
Diffstat (limited to 'arch')
-rw-r--r-- | arch/openrisc/kernel/unwinder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/kernel/unwinder.c b/arch/openrisc/kernel/unwinder.c index 8ae15c2c1845..c6ad6f867a6a 100644 --- a/arch/openrisc/kernel/unwinder.c +++ b/arch/openrisc/kernel/unwinder.c @@ -25,7 +25,7 @@ struct or1k_frameinfo { /* * Verify a frameinfo structure. The return address should be a valid text * address. The frame pointer may be null if its the last frame, otherwise - * the frame pointer should point to a location in the stack after the the + * the frame pointer should point to a location in the stack after the * top of the next frame up. */ static inline int or1k_frameinfo_valid(struct or1k_frameinfo *frameinfo) |