You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sebastian Fricke 1bf6ed1ec9 replace gate_struct64 with unified gate_struct
As described in this:
https://lore.kernel.org/lkml/20170828064957.861974317@linutronix.de/
mail from the lkml.
And changed within this commit:
64b163fab6 (diff-35bcd00365a749ba6cfa246a7dc86a68)

The gate_struct was unified for 32 and 64bit machines.
Replaced gate_struct64 definition with that of gate_struct.
4 years ago
..
images More recovered images 5 years ago
README.md Change mm to MM, interrupts to Interrupts 6 years ago
linux-interrupts-1.md replace gate_struct64 with unified gate_struct 4 years ago
linux-interrupts-2.md fixed typo in interrupts/linux-interrupts-2 for early_idt_handler_array 5 years ago
linux-interrupts-3.md s/http/https for linux-insides 6 years ago
linux-interrupts-4.md s/http/https for linux-insides 6 years ago
linux-interrupts-5.md s/http/https for linux-insides 6 years ago
linux-interrupts-6.md s/http/https for linux-insides 6 years ago
linux-interrupts-7.md More recovered images 5 years ago
linux-interrupts-8.md s/http/https for linux-insides 6 years ago
linux-interrupts-9.md Update broken link for initcall 6 years ago
linux-interrupts-10.md s/http/https for linux-insides 6 years ago

README.md

Interrupts and Interrupt Handling

In the following posts, we will cover interrupts and exceptions handling in the linux kernel.