Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/32920 )

Change subject: arch: Remove the "inline" keyword in ThreadInfo.
......................................................................

arch: Remove the "inline" keyword in ThreadInfo.

Methods which are defined inline are already implicitly inline, making
that keyword redundant. It's also inconsistently used.

Change-Id: If6ec3e94d126ae52d9c2f0d3e8ca27f1ac600650
---
M src/arch/generic/linux/threadinfo.hh
1 file changed, 2 insertions(+), 2 deletions(-)



diff --git a/src/arch/generic/linux/threadinfo.hh b/src/arch/generic/linux/threadinfo.hh
index 73c8173..7bbf2df 100644
--- a/src/arch/generic/linux/threadinfo.hh
+++ b/src/arch/generic/linux/threadinfo.hh
@@ -71,7 +71,7 @@
     ~ThreadInfo()
     {}

-    inline Addr
+    Addr
     curThreadInfo()
     {
         if (!TheISA::CurThreadInfoImplemented)
@@ -89,7 +89,7 @@
         return sp & ~ULL(0x3fff);
     }

-    inline Addr
+    Addr
     curTaskInfo(Addr thread_info = 0)
     {
// Note that in Linux 4.10 the thread_info struct will no longer have a

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/32920
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: If6ec3e94d126ae52d9c2f0d3e8ca27f1ac600650
Gerrit-Change-Number: 32920
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to