All of lore.kernel.org
 help / color / mirror / Atom feed
* - add-debugging-feature-proc-timer_stat-cleanup.patch removed from -mm tree
@ 2007-02-16  8:18 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-16  8:18 UTC (permalink / raw)
  To: bunk, mingo, mm-commits


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

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

only message in thread, other threads:[~2007-02-16  8:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-16  8:18 - add-debugging-feature-proc-timer_stat-cleanup.patch removed from -mm tree akpm

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.