cvs commit: src/sys/kern kern_slaballoc.c
Matthew Dillon
dillon at apollo.backplane.com
Mon Mar 28 09:49:01 PST 2005
:
:On Mon, Mar 28, 2005 at 05:13:33PM -0000, Andreas Hauser wrote:
:> > Remove redundant panic.
:>
:> Joerg,
:>
:> can you elaborate a bit more ?
:
:This simply removed some dead code. The conditional was always false,
:because it was already checked a few lines before.
:
:Joerg
Actually not quite true. The first condition requires that both bits
be zero. The second requires only that one bit be 0... which means
that you can't remove the second one. You might be able to remove
the first one.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Commits
mailing list