| To: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
|---|---|
| Subject: | [PATCH 8/8] MIPS: sync-r4k: remove redundant irq operation |
| From: | Yong Zhang <yong.zhang0@gmail.com> |
| Date: | Mon, 21 May 2012 14:00:08 +0800 |
| Cc: | ralf@linux-mips.org, sshtylyov@mvista.com, david.daney@cavium.com |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=rnP60ACmOHZurI1fWzau4AdEGXYXilIpY1AfUPZOYUI=; b=hWoe1mXDsnPG8lSSGgQfUd8581KvapvtGvvNQDxiI9db1OE+Rf+xWolSV83/YRiRXN jz1/iZjxAy3DvIOqleuFlO02wrOFzf0+I6hrjdkE0ZWI7e/gkO1RdBkYZAvmglWsuXA1 5XucvavocBy7v6LdmkTpYFQLsHnAJxPdn8D8xEsj3zCqog/lGeb1nz91SdYh9LVq5C2T i6ZEjrGWd2/e9hoUhM/1rdydKwVopSA1Qi2FVzjK+ZpI+8lfb+cD0dagqS2fVyyJRpQA +o08Dno293kstlnWDuXBVxEwCrmg70OL9kILiH0aYx4Il/9hCIWAabllUnS6BXevB/Bp zO0Q== |
| In-reply-to: | <1337580008-7280-1-git-send-email-yong.zhang0@gmail.com> |
| References: | <1337580008-7280-1-git-send-email-yong.zhang0@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Yong Zhang <yong.zhang@windriver.com>
Since we have delayed irq enabling to ->smp_finish()
Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
Acked-by: David Daney <david.daney@cavium.com>
---
arch/mips/kernel/sync-r4k.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/arch/mips/kernel/sync-r4k.c b/arch/mips/kernel/sync-r4k.c
index 99f913c..842d55e 100644
--- a/arch/mips/kernel/sync-r4k.c
+++ b/arch/mips/kernel/sync-r4k.c
@@ -111,7 +111,6 @@ void __cpuinit synchronise_count_master(void)
void __cpuinit synchronise_count_slave(void)
{
int i;
- unsigned long flags;
unsigned int initcount;
int ncpus;
@@ -123,8 +122,6 @@ void __cpuinit synchronise_count_slave(void)
return;
#endif
- local_irq_save(flags);
-
/*
* Not every cpu is online at the time this gets called,
* so we first wait for the master to say everyone is ready
@@ -154,7 +151,5 @@ void __cpuinit synchronise_count_slave(void)
}
/* Arrange for an interrupt in a short while */
write_c0_compare(read_c0_count() + COUNTON);
-
- local_irq_restore(flags);
}
#undef NR_LOOPS
--
1.7.5.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 7/8] MIPS: smp: Warn on too early irq enable, Yong Zhang |
|---|---|
| Next by Date: | Re: [PATCH 6/8] MIPS: call set_cpu_online() on the uping cpu with irq disabled, Sergei Shtylyov |
| Previous by Thread: | [PATCH 7/8] MIPS: smp: Warn on too early irq enable, Yong Zhang |
| Next by Thread: | [PATCH v3,1/5] MIPS: Add support for the 1074K core., Steven J. Hill |
| Indexes: | [Date] [Thread] [Top] [All Lists] |