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

Jamie Lokier (jamie@shareable.org)
Thu, 23 Jan 2003 22:26:00 +0000


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/