[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] RFC: AMD support for paging
> On Tue, Feb 14, Andres Lagar-Cavilla wrote: > >> Finally, the triple fault. > > "Me too!" > Thats how far I got as well in my attempt. Hey, awesome you're trying this out so quickly :) I just realized the unclip_mfn macro in my patch is broken. It should instead be +#define unclip_mfn(mfn) (((mfn) == clipped_mfn(INVALID_MFN)) ? \ + INVALID_MFN : (mfn)) If you have a couple cycles... Thanks a lot! Andres > > Olaf > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |