Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: thorpej_scsipi_beforemerge
Revision 1.50 / (download) - annotate - [select for diffs], Mon Jan 29 02:38:02 2001 UTC (12 years, 3 months ago) by enami
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: nathanw_sa
Changes since 1.49: +32 -9
lines
Diff to previous 1.49 (colored)
Don't use PR_URGENT to allocate page header. We don't want to just panic on memory shortage. Instead, use the same wait/nowait condition with the item requested, and just cleanup and return failure if we can't allocate page header while we aren't allowed to wait.