All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH addition to nr 1] SuperH CPU Frequency and SMP debugging
@ 2007-10-21 17:53 Roel Kluin
  0 siblings, 0 replies; only message in thread
From: Roel Kluin @ 2007-10-21 17:53 UTC (permalink / raw)
  To: kernel-janitors

This should be applied in combination with my first patch:
module debugging

---
    SuperH CPU Frequency and SMP debugging

    Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 247f8a6..47497d1 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -485,6 +485,11 @@ config SH_CPU_FREQ
 
 	  If unsure, say N.
 
+config SH_CPU_FREQ_DEBUG
+	bool "SuperH CPU Frequency driver debugging"
+	depends on SH_CPU_FREQ
+	default n
+
 endmenu
 
 source "arch/sh/drivers/Kconfig"
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index aab25f3..dc76d43 100644
--- a/arch/x86_64/Kconfig
+++ b/arch/x86_64/Kconfig
@@ -326,6 +326,11 @@ config SMP
 
 	  If you don't know what to do here, say N.
 
+config SMP_DEBUG
+	bool "Symmetric multi-processing debugging"
+	depends on SMP
+	default n
+
 config SCHED_SMT
 	bool "SMT (Hyperthreading) scheduler support"
 	depends on SMP

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-21 17:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-21 17:53 [PATCH addition to nr 1] SuperH CPU Frequency and SMP debugging Roel Kluin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.