commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.5-84-geec39c5


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.5-84-geec39c5
Date: Thu, 27 Aug 2015 23:23:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  eec39c5f50fb1b4e2025025773f77293f3466492 (commit)
      from  0bae7342bf2275a210117bbcc4fa5a13523eaa81 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eec39c5f50fb1b4e2025025773f77293f3466492
Author: Flávio Cruz <address@hidden>
Date:   Fri Aug 28 01:19:32 2015 +0200

    Add a thread_no_continuation definition
    
    to replace the use of the NULL pointer.
    
    * kern/sched_prim.h (thread_no_continuation): New macro.
    * kern/machine.c (processor_assign, processor_doaction): Use
    thread_no_continuation instead of 0.
    * kern/profile.c (send_last_sample_buf): Likewise
    * kern/sched_prim.c (thread_sleep, thread_invoke, thread_dispatch):
    Likewise.
    * kern/task.c (task_terminate, task_assign): Likewise.
    * kern/thread.c (thread_suspend): Likewise.
    * kern/thread.h (struct thread): Change type of swap_func field to
    continuation_t.

-----------------------------------------------------------------------

Summary of changes:
 kern/machine.c    |    8 ++++----
 kern/profile.c    |    2 +-
 kern/sched_prim.c |    8 ++++----
 kern/sched_prim.h |    2 ++
 kern/task.c       |    4 ++--
 kern/thread.c     |    2 +-
 kern/thread.h     |    2 +-
 7 files changed, 15 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]