[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1460140543-12487-1-git-send-email-dvlasenk@redhat.com>
Date: Fri, 8 Apr 2016 20:35:41 +0200
From: Denys Vlasenko <dvlasenk@...hat.com>
To: Alex Deucher <alexander.deucher@....com>
Cc: Denys Vlasenko <dvlasenk@...hat.com>,
Christian König <christian.koenig@....com>,
linux-kernel@...r.kernel.org
Subject: [PATCH] drivers/gpu/drm/radeon/cik.c: Deinline cik_irq_ack, save 1728 bytes
This function compiles to 1766 bytes of machine code.
Two callsites.
Signed-off-by: Denys Vlasenko <dvlasenk@...hat.com>
Cc: Alex Deucher <alexander.deucher@....com>
Cc: Christian König <christian.koenig@....com>
Cc: linux-kernel@...r.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
Powered by blists - more mailing lists