diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-06-22 10:04:45 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-06-22 10:04:45 +0900 |
commit | 80258ba7c73be538842a90e7142052dbaacd549a (patch) | |
tree | 1564dc41779ef13b64e03ab18d895b5160768afe | |
parent | ca1b22c3eba3752927bb243aa6c33d082a515da0 (diff) |
Remove naked attribute from chopstx_exit.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | chopstx.c | 6 |
2 files changed, 1 insertions, 6 deletions
@@ -4,6 +4,7 @@ (svc): Ditto. (chx_wakeup): Set -> for the return value of chx_sched. (chopstx_mutex_lock, chopstx_cancel): Likewise. + (chopstx_exit): Remove naked attribute. 2017-06-21 NIIBE Yutaka <gniibe@fsij.org> @@ -1497,12 +1497,6 @@ chopstx_cleanup_pop (int execute) } -/* - * We put "naked" attribute to chopstx_exit function. Since it never - * returns, function prologue is not needed. - */ -void chopstx_exit (void *retval) __attribute__ ((naked)); - /** * chopstx_exit - Terminate the execution of running thread * @retval: Return value (to be caught by a joining thread) |