Re: [x86-tip, patch] rework of the microcode splitup

From: Ingo Molnar
Date: Sun Sep 14 2008 - 08:55:57 EST



* Dmitry Adamushko <dmitry.adamushko@xxxxxxxxx> wrote:

> Ingo, Peter,
>
>
> this version is slightly different from the current one in -tip (added
> missing vfree()).

i've added the delta patch below. I removed the #if 0's as they are
ugly. (and editing the file to enable debug printouts is easy anyway)

regarding this FIXME:

+ /* FIXME! dimm: Why not by means of get_totalsize(hdr)? */
total_size = (unsigned long) (hdr[4] + (hdr[5] << 8));

please just use get_totalsize(hdr) and get rid of the fixme that way :)

Ingo

------------------>