Subject: Re: ffs fsync double fault?
To: None <port-i386@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-i386
Date: 12/19/2003 20:56:35
In article <20031219205140.GQ11300@shrubbery.net>,
john heasley <heas@shrubbery.net> wrote:
>this is 1.6ZG (sources from just a day ago or so) w/ MPBIOS, MPACPI and
>ACPI_PCI_FIXUP.  I'm not sure what to make of this panic; x86_send_ipi
>takes only 2 arguments but 5 are listed.  what are the others? any clues?

Heh, you should notice that all kernel functions have 5 arguments printed
because the kernel is usually not compiled with -g, so there is no way to
find out how many arguments a function takes. The kernel (ddb) prints the
first 5 no matter what [this is particular to x86].

christos