From: Ezequiel Garcia <elezegarcia@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: linux-arch@vger.kernel.org,
Ezequiel Garcia <elezegarcia@gmail.com>,
Hirokazu Takata <takata@linux-m32r.org>,
linux-m32r@ml.linux-m32r.org, linux-m32r-ja@ml.linux-m32r.org
Subject: [PATCH 5/6] m32r: fix compiler warning by properly inlining flat_set_persistent()
Date: Sat, 9 Jun 2012 05:13:30 -0300 [thread overview]
Message-ID: <1339229611-2326-5-git-send-email-elezegarcia@gmail.com> (raw)
In-Reply-To: <1339229611-2326-1-git-send-email-elezegarcia@gmail.com>
This patch removes the following warning:
fs/binfmt_flat.c:752: warning: unused variable ‘persistent’
There is neither change in functionality, nor extra code generated.
Cc: Hirokazu Takata <takata@linux-m32r.org>
Cc: <linux-m32r@ml.linux-m32r.org>
Cc: <linux-m32r-ja@ml.linux-m32r.org>
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
---
arch/m32r/include/asm/flat.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/arch/m32r/include/asm/flat.h b/arch/m32r/include/asm/flat.h
index 5d711c4..2caf5b8 100644
--- a/arch/m32r/include/asm/flat.h
+++ b/arch/m32r/include/asm/flat.h
@@ -14,7 +14,6 @@
#define flat_argvp_envp_on_stack() 0
#define flat_old_ram_flag(flags) (flags)
-#define flat_set_persistent(relval, p) 0
#define flat_reloc_valid(reloc, size) \
(((reloc) - textlen_for_m32r_lo16_data) <= (size))
#define flat_get_addr_from_rp(rp, relval, flags, persistent) \
@@ -23,6 +22,12 @@
#define flat_put_addr_at_rp(rp, addr, relval) \
m32r_flat_put_addr_at_rp(rp, addr, relval)
+static inline int flat_set_persistent(unsigned long relval,
+ unsigned long *persistent)
+{
+ return 0;
+}
+
/* Convert a relocation entry into an address. */
static inline unsigned long
flat_get_relocate_addr (unsigned long relval)
--
1.7.3.4
next prev parent reply other threads:[~2012-06-09 8:13 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-09 8:13 [PATCH 1/6] sh: fix compiler warning by properly inlining flat_set_persistent() Ezequiel Garcia
2012-06-09 8:13 ` Ezequiel Garcia
2012-06-09 8:13 ` [PATCH 2/6] arm: " Ezequiel Garcia
2012-06-09 8:13 ` Ezequiel Garcia
2012-07-03 18:53 ` Ezequiel Garcia
2012-06-09 8:13 ` [PATCH 3/6] xtensa: " Ezequiel Garcia
2012-06-09 8:13 ` Ezequiel Garcia
2012-06-09 8:13 ` [PATCH 4/6] microblaze: " Ezequiel Garcia
2012-06-09 8:13 ` Ezequiel Garcia
2012-06-09 8:13 ` Ezequiel Garcia [this message]
2012-06-09 8:13 ` [PATCH 5/6] m32r: " Ezequiel Garcia
2012-06-09 8:13 ` [PATCH 6/6] h8300: " Ezequiel Garcia
2012-06-09 8:13 ` Ezequiel Garcia
2012-06-09 9:14 ` [PATCH 1/6] sh: " Paul Mundt
2012-06-09 12:01 ` Ezequiel Garcia
2012-06-09 12:01 ` Ezequiel Garcia
2012-06-10 21:33 ` Ezequiel Garcia
2012-06-10 21:33 ` Ezequiel Garcia
2012-06-11 3:50 ` Paul Mundt
2012-06-11 3:50 ` Paul Mundt
2012-06-11 16:29 ` Ezequiel Garcia
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=1339229611-2326-5-git-send-email-elezegarcia@gmail.com \
--to=elezegarcia@gmail.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m32r-ja@ml.linux-m32r.org \
--cc=linux-m32r@ml.linux-m32r.org \
--cc=takata@linux-m32r.org \
/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;
as well as URLs for NNTP newsgroup(s).