[haiku-commits] r41816 - haiku/branches/developer/bonefish/signals/headers/private/kernel

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 29 May 2011 23:20:02 +0200 (CEST)

Author: bonefish
Date: 2011-05-29 23:20:02 +0200 (Sun, 29 May 2011)
New Revision: 41816
Changeset: https://dev.haiku-os.org/changeset/41816

Modified:
   
haiku/branches/developer/bonefish/signals/headers/private/kernel/thread_types.h
Log:
Fixed comments.


Modified: 
haiku/branches/developer/bonefish/signals/headers/private/kernel/thread_types.h
===================================================================
--- 
haiku/branches/developer/bonefish/signals/headers/private/kernel/thread_types.h 
    2011-05-29 19:27:05 UTC (rev 41815)
+++ 
haiku/branches/developer/bonefish/signals/headers/private/kernel/thread_types.h 
    2011-05-29 21:20:02 UTC (rev 41816)
@@ -473,9 +473,9 @@
        area_id                 kernel_stack_area;      // immutable after 
thread creation
        addr_t                  kernel_stack_base;      // immutable after 
thread creation
        addr_t                  kernel_stack_top;       // immutable after 
thread creation
-       area_id                 user_stack_area;        // protected by thread 
lock held
-       addr_t                  user_stack_base;        // protected by thread 
lock held
-       size_t                  user_stack_size;        // protected by thread 
lock held
+       area_id                 user_stack_area;        // protected by thread 
lock
+       addr_t                  user_stack_base;        // protected by thread 
lock
+       size_t                  user_stack_size;        // protected by thread 
lock
 
        addr_t                  user_local_storage;
                // usually allocated at the safe side of the stack


Other related posts:

  • » [haiku-commits] r41816 - haiku/branches/developer/bonefish/signals/headers/private/kernel - ingo_weinhold