Re: proc.h and dev/pci

2010-04-01 Thread Philip Guenther
On Thu, Apr 1, 2010 at 8:43 PM, Ted Unangst wrote: > As part of the ongoing rthreads work, I'm making some changes to internal > fields of struct proc. These fields are only accessed by files under > kern. Why then, I wondered, did minor changes require the entire kernel > to be recompiled. Bec

proc.h and dev/pci

2010-04-01 Thread Ted Unangst
What does sys/proc.h have to do with dev/pci? The answer should probably be not much, but in reality is closer to quite a bit. As part of the ongoing rthreads work, I'm making some changes to internal fields of struct proc. These fields are only accessed by files under kern. Why then, I wond