Skip to content

Commit 3462148

Browse files
authored
Free Electrons is now Bootlin
and https
1 parent 67050d2 commit 3462148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/kernel-hackers-notebook/ev3-fiq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARM processors have a feature called Fast Interrupts (FIQs). These work mostly l
99

1010
[This article](https://warmcat.com/embedded%20linux/2007/09/17/at91rm9200-fiq-faq-and-simple-example-code-patch.html) is by the author of the patch that our implementation (and in lms2012) is based on. The link to the patch in the article is broken, but it can be found [here](http://svn.openmoko.org/branches/src/target/kernel/2.6.24.x/patches/introduce-fiq-basis.patch). A patch that is more like what was included in lms2012 is found [here](https://dev.openwrt.org/browser/trunk/target/linux/s3c24xx/patches-2.6.31/005-fiq_c_handler.patch?rev=17665).
1111

12-
[This article](http://free-electrons.com/blog/fiq-handlers-in-the-arm-linux-kernel/) does a good job explaining _why_ we need to use FIQs and has some nice pictures so you can see the difference of using a FIQ vs. a regular IRQ.
12+
[This article](https://bootlin.com/blog/fiq-handlers-in-the-arm-linux-kernel/) does a good job explaining _why_ we need to use FIQs and has some nice pictures so you can see the difference of using a FIQ vs. a regular IRQ.
1313

1414
## Debugging
1515

0 commit comments

Comments
 (0)