| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 1/9] tracing: MIPS: mcount.S: merge the same continuous #ifdefs |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Fri, 14 May 2010 19:08:26 +0800 |
| Cc: | linux-mips <linux-mips@linux-mips.org>, David Daney <david.s.daney@gmail.com>, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references:in-reply-to:references; bh=XdwDEiJB1OR8QQQP7z/6LGY0uLnjSJF+kxyFjiC3dfY=; b=fOB1YesY8gED21GtfJ6dqQ2wtN5wZn+dHE2PMD9qRsjx0kD8+fIO800HAUwNguBrS2 u9QkxZPpaXI4SAuZ1itywS6/2TeAzb2yQyLFxKwkrPGQEO0R5OfahzBZqgz6AyGSkAK3 wcsvANDPoueMgYHWguFJfkqgEjTGjQVJS4GfA= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=uNsrczXRQrUf3r5am2BGqhYrFirLKfQy5/bWabFwF0pBetTCtRBBrIjCnPJCRzp9AA sPRjCNhu0Tqxw+6SOzZ1XNMIHqd8xMMuQ7R7Tny1z67UnKGmUzOadFVtKGMPabrql9ON SebnEkeA8ZWhcQAhWEs1RCddOCVK6auZNNjzw= |
| In-reply-to: | <cover.1273834561.git.wuzhangjin@gmail.com> |
| In-reply-to: | <cover.1273834561.git.wuzhangjin@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1273834561.git.wuzhangjin@gmail.com> |
| References: | <cover.1273834561.git.wuzhangjin@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Wu Zhangjin <wuzhangjin@gmail.com>
There are two same continuous #ifdefs, this patch merges them to reduce
two lines.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
arch/mips/kernel/mcount.S | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/mips/kernel/mcount.S b/arch/mips/kernel/mcount.S
index 6851fc9..e256bf9 100644
--- a/arch/mips/kernel/mcount.S
+++ b/arch/mips/kernel/mcount.S
@@ -45,8 +45,6 @@
PTR_L a5, PT_R9(sp)
PTR_L a6, PT_R10(sp)
PTR_L a7, PT_R11(sp)
-#endif
-#ifdef CONFIG_64BIT
PTR_ADDIU sp, PT_SIZE
#else
PTR_ADDIU sp, (PT_SIZE + 8)
--
1.7.0.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH v7 0/9] tracing: MIPS: add misc fixups and cleanups, Wu Zhangjin |
|---|---|
| Next by Date: | [PATCH 3/9] tracing: MIPS: mcount.S: cleanup of the comments, Wu Zhangjin |
| Previous by Thread: | [PATCH v7 0/9] tracing: MIPS: add misc fixups and cleanups, Wu Zhangjin |
| Next by Thread: | Re: [PATCH 1/9] tracing: MIPS: mcount.S: merge the same continuous #ifdefs, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |