- Get rid of unused variable in KTR checks. This allows ktr(4) enabled
ARM kernel to compile. PR: arm/128897 Submitted by: Pankov Pavel <pankov_p@mail.ru> Reviewed by: raj Approved by: kib (mentor, implicit) MFC after: 1 week
This commit is contained in:
parent
2f2cadc3cc
commit
41f93bedab
@ -673,9 +673,8 @@ _bus_dmamap_count_pages(bus_dma_tag_t dmat, bus_dmamap_t map, void *buf,
|
||||
bus_addr_t paddr;
|
||||
|
||||
if ((map->pagesneeded == 0)) {
|
||||
CTR4(KTR_BUSDMA, "lowaddr= %d Maxmem= %d, boundary= %d, "
|
||||
"alignment= %d", dmat->lowaddr, ptoa((vm_paddr_t)Maxmem),
|
||||
dmat->boundary, dmat->alignment);
|
||||
CTR3(KTR_BUSDMA, "lowaddr= %d, boundary= %d, alignment= %d",
|
||||
dmat->lowaddr, dmat->boundary, dmat->alignment);
|
||||
CTR2(KTR_BUSDMA, "map= %p, pagesneeded= %d",
|
||||
map, map->pagesneeded);
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user