[kernel] r15421 - in dists/sid/linux-2.6/debian: . config/alpha config/hppa

Maximilian Attems maks at alioth.debian.org
Thu Mar 18 17:36:29 UTC 2010


Author: maks
Date: Thu Mar 18 17:36:27 2010
New Revision: 15421

Log:
[alpha, hppa] Disable oprofile as tracing code is unsupported here.

we could revert the stable patch 18b4a4d, but that seems going
backwards for 2 archs that have not added raw_local_irq_save()
support since 2006. once that chages we can reenable.

thus just disable oprofile for them.

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/config/alpha/config
   dists/sid/linux-2.6/debian/config/hppa/config

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Thu Mar 18 05:38:30 2010	(r15420)
+++ dists/sid/linux-2.6/debian/changelog	Thu Mar 18 17:36:27 2010	(r15421)
@@ -2,9 +2,12 @@
 
   [ Ben Hutchings ]
   * tracing: do not disable interrupts for trace_clock_local.
-    (closes: #574368)
   * [sparc] Provide io{read,write}{16,32}be() (Closes: #574421)
 
+  [ maximilian attems]
+   * [alpha, hppa] Disable oprofile as tracing code is unsupported here.
+    (closes: #574368)
+
  -- maximilian attems <maks at debian.org>  Wed, 17 Mar 2010 18:48:22 +0100
 
 linux-2.6 (2.6.32-10) unstable; urgency=low

Modified: dists/sid/linux-2.6/debian/config/alpha/config
==============================================================================
--- dists/sid/linux-2.6/debian/config/alpha/config	Thu Mar 18 05:38:30 2010	(r15420)
+++ dists/sid/linux-2.6/debian/config/alpha/config	Thu Mar 18 17:36:27 2010	(r15421)
@@ -1,7 +1,7 @@
 ##
 ## file: arch/Kconfig
 ##
-CONFIG_OPROFILE=m
+# CONFIG_OPROFILE is not set
 
 ##
 ## file: arch/alpha/Kconfig

Modified: dists/sid/linux-2.6/debian/config/hppa/config
==============================================================================
--- dists/sid/linux-2.6/debian/config/hppa/config	Thu Mar 18 05:38:30 2010	(r15420)
+++ dists/sid/linux-2.6/debian/config/hppa/config	Thu Mar 18 17:36:27 2010	(r15421)
@@ -1,7 +1,7 @@
 ##
 ## file: arch/Kconfig
 ##
-CONFIG_OPROFILE=m
+# CONFIG_OPROFILE is not set
 
 ##
 ## file: arch/parisc/Kconfig



More information about the Kernel-svn-changes mailing list