kern
changeset 62:38f768da2f31
added a comment in the tss showing the interesting bits
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 17 Aug 2011 05:39:39 +0300 |
parents | 5b29b15c5412 |
children | f44bec97a0ec |
files | src/tss.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/src/tss.h Wed Aug 17 05:38:40 2011 +0300 1.2 +++ b/src/tss.h Wed Aug 17 05:39:39 2011 +0300 1.3 @@ -5,7 +5,7 @@ 1.4 1.5 struct task_state { 1.6 uint32_t prev_task; 1.7 - uint32_t esp0, ss0; 1.8 + uint32_t esp0, ss0; /* we only ever set these two values */ 1.9 uint32_t esp1, ss1; 1.10 uint32_t esp2, ss2; 1.11 uint32_t cr3;