Re: mp_machdep.c (was Re: [Fwd: Re: Bug reports requested - acpi])

From: Roman Kurakin <rik_at_cronyx.ru>
Date: Tue, 21 Sep 2004 02:01:25 +0400
John Baldwin:

>>+	pmap_map((vm_offset_t)dst, boot_address, boot_address + size, 0);
>>    
>>
>This changes the value of 'dst', which is bad. :)  I looked at using it but 
>decided not to because of that.
>
va = boot_address + KERNBASE;
dst = (u_char *) pmap_map(&va, boot_address, boot_address + size, 0);

rik
Received on Mon Sep 20 2004 - 20:14:28 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:12 UTC