--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -881,6 +881,9 @@ config MIPS_DISABLE_OBSOLETE_IDE
+@@ -883,6 +883,9 @@ config MIPS_DISABLE_OBSOLETE_IDE
config SYNC_R4K
bool
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -884,6 +884,10 @@ config SYNC_R4K
+@@ -886,6 +886,10 @@ config SYNC_R4K
config MIPS_MACHINE
def_bool n
--
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -869,6 +869,17 @@ config I8259
+@@ -871,6 +871,17 @@ config I8259
config MIPS_BONITO64
bool
/* Control registers */
#define FPCREG_RID 0 /* $0 = revision id */
-@@ -1287,7 +1287,6 @@ int fpu_emulator_cop1Handler(struct pt_r
+@@ -1361,7 +1361,6 @@ int fpu_emulator_cop1Handler(struct pt_r
return sig;
}
#ifdef CONFIG_DEBUG_FS
static int fpuemu_stat_get(void *data, u64 *val)
-@@ -1336,4 +1335,11 @@ static int __init debugfs_fpuemu(void)
+@@ -1410,4 +1409,11 @@ static int __init debugfs_fpuemu(void)
return 0;
}
__initcall(debugfs_fpuemu);
/* Enable 1k I/O space granularity on the Intel P64H2 */
static void __devinit quirk_p64h2_1k_io(struct pci_dev *dev)
{
-@@ -2666,6 +2669,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_I
+@@ -2669,6 +2672,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_I
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x1518, quirk_i82576_sriov);
#endif /* CONFIG_PCI_IOV */
* macro override instead of weak attribute alias, to workaround
--- a/kernel/sched.c
+++ b/kernel/sched.c
-@@ -4588,6 +4588,7 @@ int can_nice(const struct task_struct *p
+@@ -4773,6 +4773,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
capable(CAP_SYS_NICE));
}