cvs commit: src/sys/ia64/ia64 unwind.c

[ Available lists | Index of cvs-all | Month of May 2003 | Week of 26 May 2003 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Marcel Moolenaar <marcel@FreeBSD.org>
Date
26 May 2003 18:15:17
Subject
cvs commit: src/sys/ia64/ia64 unwind.c
Message-ID
200305270115.h4R1FGBC034532@repoman.freebsd.org


[ Hide this part ]
marcel      2003/05/26 18:15:16 PDT

FreeBSD src repository

Modified files:
sys/ia64/ia64 unwind.c
Log:
Have the unwinder allocate memory with M_NOWAIT. The unwinder is
used by DDB and we cannot know in advance whether it's save to
sleep. It often enough isn't. We may want to pre-allocate space
to cover the most common cases without having to use malloc at
all, but that requires some analysis. We leave that for later.

Approved by: re@ (blanket)

Revision Changes Path
1.7 +1 -1 src/sys/ia64/ia64/unwind.c


Elapsed time: 0.076 seconds