zone(9) is broken on SMP?!

2003-11-26 Thread Max Laier
If I build attached kmod and kldload/-unload it on a GENERIC kernel w/ SMP apic it'll error out: Zone was not empty (xx items). Lost X pages of memory. w/o SMP apic the problem disappears. This is on a p4 HTT, but seems reproducible on proper SMP systems as well. UP systems don't show it

Re: zone(9) is broken on SMP?!

2003-11-26 Thread Florian C. Smeets
Max Laier wrote: If I build attached kmod and kldload/-unload it on a GENERIC kernel w/ SMP apic it'll error out: Zone was not empty (xx items). Lost X pages of memory. This is on a p4 HTT, but seems reproducible on proper SMP systems as well. UP systems don't show it however. Can somebody

Re: zone(9) is broken on SMP?!

2003-11-26 Thread Jeff Roberson
On Thu, 27 Nov 2003, Florian C. Smeets wrote: Max Laier wrote: If I build attached kmod and kldload/-unload it on a GENERIC kernel w/ SMP apic it'll error out: Zone was not empty (xx items). Lost X pages of memory. This is on a p4 HTT, but seems reproducible on proper SMP systems as