summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch
diff options
context:
space:
mode:
authornathanw <nathanw@NetBSD.org>2004-06-02 22:39:52 +0000
committernathanw <nathanw@NetBSD.org>2004-06-02 22:39:52 +0000
commit44a1e00a08945938fcce666bdc348a06042ffa54 (patch)
tree3a7f3a415c7040c4e03847dacc9ec410d9f766fc /lib/libpthread/arch
parent9edc974b8cb65a4eabd7b1e713234d373753de0c (diff)
Remove a comment made obsolete by the previous commit.
Diffstat (limited to 'lib/libpthread/arch')
-rw-r--r--lib/libpthread/arch/powerpc/_context_u.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libpthread/arch/powerpc/_context_u.S b/lib/libpthread/arch/powerpc/_context_u.S
index d50ddf87efc..89cd72a8c37 100644
--- a/lib/libpthread/arch/powerpc/_context_u.S
+++ b/lib/libpthread/arch/powerpc/_context_u.S
@@ -1,4 +1,4 @@
-/* $NetBSD: _context_u.S,v 1.3 2003/06/12 19:09:45 nathanw Exp $ */
+/* $NetBSD: _context_u.S,v 1.4 2004/06/02 22:39:52 nathanw Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -58,10 +58,6 @@
* If _getcontext_u is called, set the UC_USER_BIT in the UC_FLAGS. If
* _setcontext_u sees that bit, then it will just restore this part of the
* context, otherwise, it will call through to setcontext(2).
- *
- * Note: 0xd032 (put in MSR) is a magic constant that keeps the kernel
- * setcontext(2) happy as it compares this value to srr1 to see if it
- * should return EINVAL.
*/
#define GETC(reg) \
stw %r1, (_REG_R0 + 1*4)(reg) ; \