From ab757f14ddcd52cc789451cb84a1e3d41c37bb83 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Sun, 26 Feb 2006 23:41:09 +0000 Subject: [PATCH] Don't rebalance IRQs where no interrupts have occured. --- irqbalance.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/irqbalance.spec b/irqbalance.spec index f390fcb..a90fa80 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -11,6 +11,7 @@ Source2: irqbalance.sysconfig Buildroot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/chkconfig /sbin/service Patch1: irqbalance-pie.patch +Patch2: irqbalance-norebalance-zeroints.patch ExclusiveArch: i386 x86_64 ia64 ppc ppc64 Obsoletes: kernel-utils @@ -21,6 +22,7 @@ multiple CPUs for enhanced performance. %prep %setup -q -c -a 0 %patch1 -p1 +%patch2 -p1 %build rm -rf $RPM_BUILD_ROOT @@ -68,6 +70,9 @@ exit 0 %changelog +* Sun Feb 26 2006 Dave Jones +- Don't rebalance IRQs where no interrupts have occured. + * Sun Feb 12 2006 Dave Jones - Build for ppc[64] too.