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

From: Roman Kurakin <rik_at_cronyx.ru>
Date: Wed, 22 Sep 2004 00:14:27 +0400
John Baldwin:

> [...]
>
>-       pmap_kenter(boot_address + KERNBASE, boot_address);
>+       dst = pmap_mapdev(boot_address, size);
>        for (x = 0; x < size; ++x)
>                *dst++ = *src++;
>
>Though it's not really a device. :-P
>
I don't like its internals, it is not transparent. In some cases it may
have side effects.

rik
Received on Tue Sep 21 2004 - 18:26:08 UTC

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