All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roel Kluin <12o3l@tiscali.nl>
To: kernel-janitors@vger.kernel.org
Subject: [PATCH addition to nr 1] SuperH CPU Frequency and SMP debugging
Date: Sun, 21 Oct 2007 17:53:54 +0000	[thread overview]
Message-ID: <471B9232.2010702@tiscali.nl> (raw)

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

                 reply	other threads:[~2007-10-21 17:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=471B9232.2010702@tiscali.nl \
    --to=12o3l@tiscali.nl \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.