Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2004 02:01:25 +0400
From:      Roman Kurakin <rik@cronyx.ru>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        FreeBSD Current <freebsd-current@FreeBSD.org>
Subject:   Re: mp_machdep.c (was Re: [Fwd: Re: Bug reports requested - acpi])
Message-ID:  <414F5335.7010706@cronyx.ru>
In-Reply-To: <200409201747.43612.jhb@FreeBSD.org>
References:  <41421D6A.8070805@cronyx.ru> <200409201652.24457.jhb@FreeBSD.org> <414F4AAC.5000807@cronyx.ru> <200409201747.43612.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?414F5335.7010706>