Enable nmi watchdog by default.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Tue, 12 Aug 2008 18:55:35 +0000 (18:55 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Tue, 12 Aug 2008 18:55:35 +0000 (18:55 +0000)
Tagging module linux-2.6 - linux-2.6-22-24

kernel-2.6.spec

index 0965d7c..1d62940 100644 (file)
@@ -24,7 +24,7 @@ Summary: The Linux kernel (the core of the Linux operating system)
 # for module-tag.py - sublevel is used for the version (middle) part of tag names
 %define name linux-2.6
 %define module_version_varname sublevel
-%define taglevel 23
+%define taglevel 24
 
 #
 # Polite request for people who spin their own kernel rpms:
@@ -849,6 +849,9 @@ rm -f /lib/modules/%{KVERREL}uml/modules.*
 %endif
 
 %changelog
+* Tue Aug 12 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-24
+- Enable nmi watchdog by default.
+
 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-23
 - Fixed a bug in my previous commit.