Mailinglist Archive: opensuse-commit (1159 mails)

< Previous Next >
commit crash
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 19 Oct 2007 01:41:33 +0200
  • Message-id: <20071018234133.E2507678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package crash
checked in at Fri Oct 19 01:41:33 CEST 2007.

--------
--- crash/crash.changes 2007-09-26 15:33:36.000000000 +0200
+++ /mounts/work_src_done/STABLE/crash/crash.changes    2007-10-18 18:58:47.369199000 +0200
@@ -1,0 +2,5 @@
+Thu Oct 18 19:03:19 CEST 2007 - bwalle@xxxxxxx
+
+- increase NR_CPUS to 16384 (BZ #334609, FATE #302671)
+
+-------------------------------------------------------------------

New:
----
  crash-ia64-increase-nr-cpu

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ crash.spec ++++++
--- /var/tmp/diff_new_pack.B10392/_old  2007-10-19 01:34:30.000000000 +0200
+++ /var/tmp/diff_new_pack.B10392/_new  2007-10-19 01:34:30.000000000 +0200
@@ -14,7 +14,7 @@
 Url:            http://people.redhat.com/anderson/
 Summary:        Crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles
 Version:        4.0.4.7
-Release:        1
+Release:        4
 %define crash_version    %(echo %{version} | cut -d . -f 1-2)
 %define crash_subversion %(echo %{version} | cut -d . -f 3-4)
 %define whitepaper_version 2003
@@ -30,6 +30,7 @@
 Patch3:         crash-sles9-quirk.patch
 Patch4:         crash-check-filesize
 Patch5:         crash-sial-fix-ia64
+Patch6:         crash-ia64-increase-nr-cpu
 BuildRequires:  bison ncurses-devel zlib-devel
 
 %description
@@ -90,6 +91,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 cp %{S:3} .
 
 %build
@@ -136,6 +138,8 @@
 %{_libdir}/sial.so
 %endif
 %changelog
+* Thu Oct 18 2007 - bwalle@xxxxxxx
+- increase NR_CPUS to 16384 (BZ #334609, FATE #302671)
 * Wed Sep 26 2007 - bwalle@xxxxxxx
 - fix SIAL build on ia64
 - build SIAL extension only on i386, x86_64 and ia64

++++++ crash-ia64-increase-nr-cpu ++++++
From: Bernhard Walle <bwalle@xxxxxxx>
Subject: [PATCH] Increase NR_CPUS to 16348
References: BZ #334609

Trivial. See discussion in the BZ entry.

Signed-off-by: Bernhard Walle <bwalle@xxxxxxx>

---
 defs.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/defs.h
+++ b/defs.h
@@ -71,7 +71,7 @@
 #define NR_CPUS  (32)
 #endif
 #ifdef IA64
-#define NR_CPUS  (1024)
+#define NR_CPUS  (16384)
 #endif
 #ifdef PPC64
 #define NR_CPUS  (128)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread