Re: SMP linux help

Nathaniel G. Eldredge (neldredge@orion.ac.hmc.edu)
Sat, 4 Sep 1999 16:36:30 -0700 (PDT)


On Sat, 4 Sep 1999, Mark Cooke wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Sat, 4 Sep 1999, Nate Eldredge wrote:
>
> > * Does "lock the kernel" mean "prevent anyone else from executing any
> > kernel code"?
>
> No.
>
> When you have the kernel lock you can guarantee that accesses to
> anything else protected by the kernel lock can't happen.

Okay, so "locking the kernel" is really a misnomer. It doesn't lock the
whole kernel, just the sections protected by the kernel lock; and there's
nothing more magical about the kernel lock than any other spinlock, it
just protects more stuff. Got it.

Thanks to all who replied for clarifying this.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/