Re: [PATCH] Remove if_watchdog and if_timer

2009-11-24 Thread Robert Watson
On Tue, 24 Nov 2009, John Baldwin wrote: Now that no drivers in the tree use if_watchdog and if_timer, this patch just removes them completely. Since if_timer was a short that was adjacent to if_index, removing if_timer would have still left a padding hole in the form of a short on all of ou

[PATCH] Remove if_watchdog and if_timer

2009-11-24 Thread John Baldwin
Now that no drivers in the tree use if_watchdog and if_timer, this patch just removes them completely. Since if_timer was a short that was adjacent to if_index, removing if_timer would have still left a padding hole in the form of a short on all of our current architectures. After discussing t