This commit is contained in:
parent
1d25fb5a4f
commit
2c433ddb0f
@ -1,11 +1,17 @@
|
||||
--- prototypes.h.ORG 2006-05-09 10:29:29.000000000 +0200
|
||||
+++ prototypes.h 2006-05-09 10:31:01.000000000 +0200
|
||||
---
|
||||
prototypes.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: prototypes.h
|
||||
===================================================================
|
||||
--- prototypes.h.orig
|
||||
+++ prototypes.h
|
||||
@@ -26,7 +26,7 @@
|
||||
#define POLICY_IGNORE 2
|
||||
|
||||
#define MAX_CPU 128
|
||||
-#define MAX_INTERRUPTS 256
|
||||
+#define MAX_INTERRUPTS 512
|
||||
+#define MAX_INTERRUPTS (256 + (32 * MAX_CPU))
|
||||
|
||||
extern unsigned int cpubrother[];
|
||||
extern unsigned int class_policy[];
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 3 11:31:56 CEST 2007 - bwalle@suse.de
|
||||
|
||||
- increased IRQ number to (256 + (32*MAX_CPU)) as done in the
|
||||
x86_64 kernel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 14 11:10:59 CEST 2006 - sf@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package irqbalance (Version 0.09)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -11,12 +11,12 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: irqbalance
|
||||
License: Other License(s), see package
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/Daemons
|
||||
Autoreqprov: on
|
||||
PreReq: %insserv_prereq
|
||||
Version: 0.09
|
||||
Release: 61
|
||||
Release: 91
|
||||
Summary: Balance IRQs on SMP Machines
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source2: irq_balancer
|
||||
@ -74,7 +74,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/sbin/rcirq_balancer
|
||||
/usr/share/man/*/*
|
||||
|
||||
%changelog -n irqbalance
|
||||
%changelog
|
||||
* Tue Apr 03 2007 - bwalle@suse.de
|
||||
- increased IRQ number to (256 + (32*MAX_CPU)) as done in the
|
||||
x86_64 kernel
|
||||
* Fri Jul 14 2006 - sf@suse.de
|
||||
- added patch from bug #171500, fixing regexps
|
||||
* Tue May 16 2006 - sf@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user