Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 1999 13:48:16 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Zhihui Zhang <zzhang@cs.binghamton.edu>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Anything special with kmem_map and mb_map?
Message-ID:  <199907192048.NAA99660@apollo.backplane.com>
References:   <379385BE.31A9F78@cs.binghamton.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
:I have been wondering this for some time.   There are many kernel
:submaps: exec_map, clean_map,
:etc.  But if you look the code in vm_map_find(), we have to call splvm()
:for kmem_map and its
:submap mb_map, but not for other kernel submaps.  So is there anything
:special with these two
:kernel submaps?
:
:Thanks for any help.
:
:-Zhihui

    The kmem_map and mb_map's can be modified from interrupts.  
    The other maps cannot.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907192048.NAA99660>