Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1374413 > unrolled thread

[PATCH] drivers/gpu/drm/radeon/cik.c: Deinline cik_irq_ack, save 1728 bytes

Started byDenys Vlasenko <dvlasenk@redhat.com>
First post2016-04-08 20:40 +0200
Last post2016-04-08 20:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] drivers/gpu/drm/radeon/cik.c: Deinline cik_irq_ack, save 1728 bytes Denys Vlasenko <dvlasenk@redhat.com> - 2016-04-08 20:40 +0200

#1374413 — [PATCH] drivers/gpu/drm/radeon/cik.c: Deinline cik_irq_ack, save 1728 bytes

FromDenys Vlasenko <dvlasenk@redhat.com>
Date2016-04-08 20:40 +0200
Subject[PATCH] drivers/gpu/drm/radeon/cik.c: Deinline cik_irq_ack, save 1728 bytes
Message-ID<rlJu2-86Z-11@gated-at.bofh.it>
This function compiles to 1766 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/cik.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c
index 4c30d8c..669cde4 100644
--- a/drivers/gpu/drm/radeon/cik.c
+++ b/drivers/gpu/drm/radeon/cik.c
@@ -7658,7 +7658,7 @@ int cik_irq_set(struct radeon_device *rdev)
  * etc.) (CIK).  Certain interrupts sources are sw
  * generated and do not require an explicit ack.
  */
-static inline void cik_irq_ack(struct radeon_device *rdev)
+static void cik_irq_ack(struct radeon_device *rdev)
 {
 	u32 tmp;
 
-- 
2.1.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web