mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Denys Vlasenko <dvlasenk@redhat.com>
To: Alex Deucher <alexander.deucher@amd.com>
Cc: "Denys Vlasenko" <dvlasenk@redhat.com>,
	"Christian König" <christian.koenig@amd.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH] drivers/gpu/drm/radeon/si.c: Deinline si_irq_ack, save 1792 bytes
Date: Fri,  8 Apr 2016 20:35:42 +0200	[thread overview]
Message-ID: <1460140543-12487-2-git-send-email-dvlasenk@redhat.com> (raw)
In-Reply-To: <1460140543-12487-1-git-send-email-dvlasenk@redhat.com>

This function compiles to 1760 bytes of machine code.
Two callsites.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: linux-kernel@vger.kernel.org
---
 drivers/gpu/drm/radeon/si.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c
index f878d69..134917b 100644
--- a/drivers/gpu/drm/radeon/si.c
+++ b/drivers/gpu/drm/radeon/si.c
@@ -6242,7 +6242,7 @@ int si_irq_set(struct radeon_device *rdev)
 	return 0;
 }
 
-static inline void si_irq_ack(struct radeon_device *rdev)
+static void si_irq_ack(struct radeon_device *rdev)
 {
 	u32 tmp;
 
-- 
2.1.0

  reply	other threads:[~2016-04-08 18:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-08 18:35 [PATCH] drivers/gpu/drm/radeon/cik.c: Deinline cik_irq_ack, save 1728 bytes Denys Vlasenko
2016-04-08 18:35 ` Denys Vlasenko [this message]
2016-04-08 18:35 ` [PATCH] drivers/mtd/chips/cfi_cmdset_0020.c: Deinline do_write_buffer, save 5316 bytes Denys Vlasenko
2016-07-10  1:54   ` Brian Norris

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=1460140543-12487-2-git-send-email-dvlasenk@redhat.com \
    --to=dvlasenk@redhat.com \
    --cc=alexander.deucher@amd.com \
    --cc=christian.koenig@amd.com \
    --cc=linux-kernel@vger.kernel.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

all inboxes | Powered by JetHome®