Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1374412 > unrolled thread
| Started by | Denys Vlasenko <dvlasenk@redhat.com> |
|---|---|
| First post | 2016-04-08 20:40 +0200 |
| Last post | 2016-04-08 20:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH] drivers/gpu/drm/radeon/si.c: Deinline si_irq_ack, save 1792 bytes Denys Vlasenko <dvlasenk@redhat.com> - 2016-04-08 20:40 +0200
| From | Denys Vlasenko <dvlasenk@redhat.com> |
|---|---|
| Date | 2016-04-08 20:40 +0200 |
| Subject | [PATCH] drivers/gpu/drm/radeon/si.c: Deinline si_irq_ack, save 1792 bytes |
| Message-ID | <rlJu2-86Z-17@gated-at.bofh.it> |
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
Back to top | Article view | linux.kernel
csiph-web