All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] [PATCH] detect problematic kernel configs
Date: Thu, 13 Apr 2006 20:38:05 +0200	[thread overview]
Message-ID: <443E9A8D.2090300@domain.hid> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 189 bytes --]

Hi,

this patch tries to reduce the traps newbies may tap by leaving (for us)
well-known problematic kernel switches on. And are there any futher I
forgot, e.g. on other archs?

Jan

[-- Attachment #1.2: latency-warnings.patch --]
[-- Type: text/plain, Size: 606 bytes --]

Index: ksrc/arch/i386/Kconfig
===================================================================
--- ksrc/arch/i386/Kconfig	(revision 924)
+++ ksrc/arch/i386/Kconfig	(working copy)
@@ -194,3 +194,19 @@ depends on XENO_OPT_NUCLEUS
 source "drivers/xenomai/Kconfig"
 
 endmenu
+
+if XENOMAI = y
+
+comment "WARNING: Potential latency killers detected!"
+        depends on PM || ACPI || CPU_FREQ
+
+comment "Power Management (PM)"
+        depends on PM
+
+comment "ACPI"
+        depends on ACPI
+
+comment "CPU frequency scaling (CPU_FREQ)"
+        depends on CPU_FREQ
+
+endif


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

             reply	other threads:[~2006-04-13 18:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-13 18:38 Jan Kiszka [this message]
2006-04-15 15:06 ` [Xenomai-core] [PATCH] detect problematic kernel configs Gilles Chanteperdrix
2006-04-15 16:02   ` Jan Kiszka

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=443E9A8D.2090300@domain.hid \
    --to=jan.kiszka@domain.hid \
    --cc=xenomai@xenomai.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.