From b3815c95a7c34a607efd98882a3b8ddbd292cda3 Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Wed, 28 Nov 2012 11:53:08 +0100 Subject: [PATCH] base: don't mention 'CONTEXT_VIRTUAL_SIZE' in docs Fix #530 --- base/include/base/thread.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/base/include/base/thread.h b/base/include/base/thread.h index b154ff0b82..3876d7a7db 100644 --- a/base/include/base/thread.h +++ b/base/include/base/thread.h @@ -11,7 +11,7 @@ * * ! lower address * ! ... - * ! ============================ <- aligned at 'CONTEXT_VIRTUAL_SIZE' + * ! ============================ <- aligned at the virtual context size * ! * ! empty * ! @@ -23,7 +23,7 @@ * ! additional context members * ! ---------------------------- * ! UTCB - * ! ============================ <- aligned at 'CONTEXT_VIRTUAL_SIZE' + * ! ============================ <- aligned at the virtual context size * ! ... * ! higher address * @@ -90,8 +90,7 @@ namespace Genode { /** * Thread context located within the thread-context area * - * The end of a thread context is placed at a boundary aligned at - * 'CONTEXT_VIRTUAL_SIZE'. + * The end of a thread context is placed virtual size aligned. */ struct Context {