You can adjust that if you want, I copied it about - clearing D is fine,
in fact it may let us avoid the cld
> > error_code:
> > + pushfl
> > + andl $~0x4500, (%esp) # NT must be clear, do a cld for free
> > + popfl
>
> I believe that NT should be automagically cleared by int.
Apparently so - you are I think 100% correct that this isnt needed
-
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/