Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecea8d19 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Linus Torvalds
Browse files

[PATCH] jiffies_64 cleanup



Define jiffies_64 in kernel/timer.c rather than having 24 duplicated
defines in each architecture.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 371e8c25
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -55,10 +55,6 @@
#include "proto.h"
#include "proto.h"
#include "irq_impl.h"
#include "irq_impl.h"


u64 jiffies_64 = INITIAL_JIFFIES;

EXPORT_SYMBOL(jiffies_64);

extern unsigned long wall_jiffies;	/* kernel/timer.c */
extern unsigned long wall_jiffies;	/* kernel/timer.c */


static int set_rtc_mmss(unsigned long);
static int set_rtc_mmss(unsigned long);
+0 −4
Original line number Original line Diff line number Diff line
@@ -36,10 +36,6 @@
#include <asm/thread_info.h>
#include <asm/thread_info.h>
#include <asm/mach/time.h>
#include <asm/mach/time.h>


u64 jiffies_64 = INITIAL_JIFFIES;

EXPORT_SYMBOL(jiffies_64);

/*
/*
 * Our system timer.
 * Our system timer.
 */
 */
+0 −4
Original line number Original line Diff line number Diff line
@@ -34,10 +34,6 @@
#include <asm/irq.h>
#include <asm/irq.h>
#include <asm/ioc.h>
#include <asm/ioc.h>


u64 jiffies_64 = INITIAL_JIFFIES;

EXPORT_SYMBOL(jiffies_64);

extern unsigned long wall_jiffies;
extern unsigned long wall_jiffies;


/* this needs a better home */
/* this needs a better home */
+0 −4
Original line number Original line Diff line number Diff line
@@ -32,10 +32,6 @@
#include <linux/init.h>
#include <linux/init.h>
#include <linux/profile.h>
#include <linux/profile.h>


u64 jiffies_64 = INITIAL_JIFFIES;

EXPORT_SYMBOL(jiffies_64);

int have_rtc;  /* used to remember if we have an RTC or not */;
int have_rtc;  /* used to remember if we have an RTC or not */;


#define TICK_SIZE tick
#define TICK_SIZE tick
+0 −3
Original line number Original line Diff line number Diff line
@@ -34,9 +34,6 @@


extern unsigned long wall_jiffies;
extern unsigned long wall_jiffies;


u64 jiffies_64 = INITIAL_JIFFIES;
EXPORT_SYMBOL(jiffies_64);

unsigned long __nongprelbss __clkin_clock_speed_HZ;
unsigned long __nongprelbss __clkin_clock_speed_HZ;
unsigned long __nongprelbss __ext_bus_clock_speed_HZ;
unsigned long __nongprelbss __ext_bus_clock_speed_HZ;
unsigned long __nongprelbss __res_bus_clock_speed_HZ;
unsigned long __nongprelbss __res_bus_clock_speed_HZ;
Loading