From: Sergei Shtylylov <sshtylyov@ru.mvista.com>
To: Linux MIPS Development <linux-mips@linux-mips.org>
Cc: Manish Lachwani <mlachwani@mvista.com>,
Pete Popov <ppopov@embeddedalley.com>,
Konstantin Baidarov <kbaidarov@ru.mvista.com>
Subject: [PATCH] arch/mips/au1000/time.c cleanup
Date: Mon, 07 Nov 2005 23:16:37 +0300 [thread overview]
Message-ID: <436FB625.2000302@ru.mvista.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
Hello.
Mark au1xxx_timer_setup() __init, just because it is. Get rid of
unneeded extrns (note that (*do_gettimeoffset)() is already declared by
<asm/time.c>) and an unused variable. Kill some whitespace...
WBR, Sergei
[-- Attachment #2: Au1xx0-time-cleanup.patch --]
[-- Type: text/plain, Size: 1026 bytes --]
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Index: arch/mips/au1000/common/time.c
===================================================================
--- arch/mips/au1000/common/time.c~ 19 Jul 2005 07:05:36 -0000
+++ arch/mips/au1000/common/time.c 1 Nov 2005 19:03:51 -0000
@@ -50,10 +50,6 @@
#include <linux/mc146818rtc.h>
#include <linux/timex.h>
-extern void do_softirq(void);
-extern volatile unsigned long wall_jiffies;
-unsigned long missed_heart_beats = 0;
-
static unsigned long r4k_offset; /* Amount to increment compare reg each time */
static unsigned long r4k_cur; /* What counter should be at next timer irq */
int no_au1xxx_32khz;
@@ -387,10 +383,9 @@ static unsigned long do_fast_pm_gettimeo
}
#endif
-void au1xxx_timer_setup(struct irqaction *irq)
+void __init au1xxx_timer_setup(struct irqaction *irq)
{
- unsigned int est_freq;
- extern unsigned long (*do_gettimeoffset)(void);
+ unsigned int est_freq;
printk("calculating r4koff... ");
r4k_offset = cal_r4koff();
next reply other threads:[~2005-11-07 20:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-07 20:16 Sergei Shtylylov [this message]
2006-06-02 21:20 ` [PATCH] arch/mips/au1000/common/time.c cleanup (take 2) Sergei Shtylyov
2006-09-03 18:17 ` [PATCH] Au1xx0 code sets incorrect mips_hpt_frequency Sergei Shtylyov
2006-06-24 15:22 ` [PATCH] Alchemy counter runs at full CPU speed Sergei Shtylyov
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=436FB625.2000302@ru.mvista.com \
--to=sshtylyov@ru.mvista.com \
--cc=kbaidarov@ru.mvista.com \
--cc=linux-mips@linux-mips.org \
--cc=mlachwani@mvista.com \
--cc=ppopov@embeddedalley.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox