From 83b3e6d705e73d8bb9bbd7bc17a7c68d3f5b47bb Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Fri, 11 May 2018 12:25:30 +0300 Subject: kernel: Drop bitrotted MIPS patches Not a single one of these applies to even 4.4 anymore, so these have clearly bitrotted a long, long time ago. --- pkgs/os-specific/linux/kernel/patches.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'pkgs/os-specific/linux/kernel/patches.nix') diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix index cedb2dfc2230..4ba182ea5a59 100644 --- a/pkgs/os-specific/linux/kernel/patches.nix +++ b/pkgs/os-specific/linux/kernel/patches.nix @@ -31,21 +31,6 @@ rec { patch = ./p9-fixes.patch; }; - mips_fpureg_emu = - { name = "mips-fpureg-emulation"; - patch = ./mips-fpureg-emulation.patch; - }; - - mips_fpu_sigill = - { name = "mips-fpu-sigill"; - patch = ./mips-fpu-sigill.patch; - }; - - mips_ext3_n32 = - { name = "mips-ext3-n32"; - patch = ./mips-ext3-n32.patch; - }; - modinst_arg_list_too_long = { name = "modinst-arglist-too-long"; patch = ./modinst-arg-list-too-long.patch; -- cgit 1.4.1