Skip to content

Commit

Permalink
kernelPatches: Add pointer to ml threads for riscv patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Feb 20, 2018
1 parent 3942cbe commit 39ff498
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/os-specific/linux/kernel/patches.nix
Expand Up @@ -78,21 +78,25 @@ rec {
patch = ./riscv-modules.patch;
};

# http://lists.infradead.org/pipermail/linux-riscv/2018-February/000054.html
riscv_irq_busy = {
name = "riscv-irq-busy";
patch = ./riscv-irq-busy.patch;
};

# http://lists.infradead.org/pipermail/linux-riscv/2018-February/000059.html
riscv_install = {
name = "riscv-install";
patch = ./riscv-install.patch;
};

# http://lists.infradead.org/pipermail/linux-riscv/2018-February/000056.html
riscv_initrd = {
name = "riscv-initrd";
patch = ./riscv-initrd.patch;
};

# http://lists.infradead.org/pipermail/linux-riscv/2018-February/000058.html
riscv_initrd_free = {
name = "riscv-initrd-free";
patch = ./riscv-initrd-free.patch;
Expand Down

0 comments on commit 39ff498

Please sign in to comment.