Re: db_addr_t -> vaddr_t

2019-11-06 Thread Theo de Raadt
Makes sense. Some strange CMUism. Martin Pieuchot wrote: > This type is just another way to write 'vaddr_t' and requires pulling a > ddb-specific MD header for that, can't we just use vaddr_t everywhere? > > Diff below does the conversion in sys/kern and sys/ddb, ok? > > Index: kern/kern_tim

db_addr_t -> vaddr_t

2019-11-06 Thread Martin Pieuchot
This type is just another way to write 'vaddr_t' and requires pulling a ddb-specific MD header for that, can't we just use vaddr_t everywhere? Diff below does the conversion in sys/kern and sys/ddb, ok? Index: kern/kern_timeout.c ===