All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: rostedt@goodmis.org
Cc: linux-rt-users@vger.kernel.org
Subject: [PATCH] duplicate zap_rt_locks in preempt-realtime-core.patch
Date: Wed, 10 Sep 2008 23:40:47 -0400	[thread overview]
Message-ID: <20080911034045.GA5729@windriver.com> (raw)

Hi Steven,

It looks like patch was over-eager and gave you two copies of
zap_rt_locks() within preempt-realtime-core.patch  -- I've increased
the context so you can see the dup without going to compare against
the original.

Thanks,
Paul.

diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 1f90d41..0931614 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -222,18 +222,12 @@ extern void __attribute__((format(printf, 1, 2)))
 #ifdef CONFIG_PREEMPT_RT
 extern void zap_rt_locks(void);
 #else
 # define zap_rt_locks() do { } while (0)
 #endif
 
-#ifdef CONFIG_PREEMPT_RT
-extern void zap_rt_locks(void);
-#else
-# define zap_rt_locks() do { } while (0)
-#endif

                 reply	other threads:[~2008-09-11  3:40 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=20080911034045.GA5729@windriver.com \
    --to=paul.gortmaker@windriver.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=rostedt@goodmis.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.