Re: Simple patches for Linux as a guest OS in a plex86 VM (please consider)

From: Jamie Lokier (jamie@shareable.org)
Date: Thu Jan 23 2003 - 17:26:00 EST


Ingo Oeser wrote:
> Yes, what you do is nice, but generates much code. What about
> this for pushfl:
> [11 lines of asm]

What about:

        .macro pushfl
        call __pushfl
        .endm

        .macro popfl
        call __popfl
        .endm

There, nice and small.

-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jan 23 2003 - 22:00:32 EST