Skip to content

Commit 9f09069

Browse files
committed
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
2 parents c3850b3 + 48bddb8 commit 9f09069

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arch/openrisc/kernel/unwinder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct or1k_frameinfo {
2525
/*
2626
* Verify a frameinfo structure. The return address should be a valid text
2727
* address. The frame pointer may be null if its the last frame, otherwise
28-
* the frame pointer should point to a location in the stack after the the
28+
* the frame pointer should point to a location in the stack after the
2929
* top of the next frame up.
3030
*/
3131
static inline int or1k_frameinfo_valid(struct or1k_frameinfo *frameinfo)

drivers/irqchip/irq-or1k-pic.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ static struct or1k_pic_dev or1k_pic_level = {
6666
.name = "or1k-PIC-level",
6767
.irq_unmask = or1k_pic_unmask,
6868
.irq_mask = or1k_pic_mask,
69-
.irq_mask_ack = or1k_pic_mask_ack,
7069
},
7170
.handle = handle_level_irq,
7271
.flags = IRQ_LEVEL | IRQ_NOPROBE,

0 commit comments

Comments
 (0)