All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: bunk@stusta.de, mingo@elte.hu, mm-commits@vger.kernel.org
Subject: - add-debugging-feature-proc-timer_stat-cleanup.patch removed from -mm tree
Date: Fri, 16 Feb 2007 00:18:08 -0800	[thread overview]
Message-ID: <200702160818.l1G8I8Zl024330@shell0.pdx.osdl.net> (raw)


The patch titled
     make kernel/time/timer_stats.c:nr_entries static
has been removed from the -mm tree.  Its filename was
     add-debugging-feature-proc-timer_stat-cleanup.patch

This patch was dropped because it was folded into add-debugging-feature-proc-timer_stat.patch

------------------------------------------------------
Subject: make kernel/time/timer_stats.c:nr_entries static
From: Adrian Bunk <bunk@stusta.de>

nr_entries can become static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/time/timer_stats.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN kernel/time/timer_stats.c~add-debugging-feature-proc-timer_stat-cleanup kernel/time/timer_stats.c
--- a/kernel/time/timer_stats.c~add-debugging-feature-proc-timer_stat-cleanup
+++ a/kernel/time/timer_stats.c
@@ -112,7 +112,7 @@ static ktime_t time_start, time_stop;
 #define MAX_ENTRIES_BITS	10
 #define MAX_ENTRIES		(1UL << MAX_ENTRIES_BITS)
 
-unsigned long nr_entries;
+static unsigned long nr_entries;
 static struct entry entries[MAX_ENTRIES];
 
 static atomic_t overflow_count;
_

Patches currently in -mm which might be from bunk@stusta.de are

origin.patch
correct-config_gigaset_m101-makefile-entry.patch
gtod-persistent-clock-support.patch
i386-use-gtod-persistent-clock-support.patch
extend-next_timer_interrupt-to-use-a-reference-jiffie.patch
clockevents-i383-drivers.patch
add-debugging-feature-proc-timer_stat.patch
add-debugging-feature-proc-timer_stat-cleanup.patch

                 reply	other threads:[~2007-02-16  8:21 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=200702160818.l1G8I8Zl024330@shell0.pdx.osdl.net \
    --to=akpm@linux-foundation.org \
    --cc=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=mm-commits@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.