Skip to content

Commit

Permalink
Track changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Oct 16, 2024
1 parent 5b62aad commit 0f3b68c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions trusted_os/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ var irqHandler = make(map[int]func())
func wakeHandler(g uint32, p uint32)

func isr() {
irq, end := imx6ul.GIC.GetInterrupt(true)

if end != nil {
close(end)
}
irq := imx6ul.GIC.GetInterrupt(true)

if handle, ok := irqHandler[irq]; ok {
handle()
Expand Down

0 comments on commit 0f3b68c

Please sign in to comment.