- # FIXME can we remove this overhead?
- movl iuesp(%esp), %eax
- andl $stack_alignment, %eax
- subl $512, %eax
- fxsave (%eax)
+ # FIXME I think we should defer this to scheduler, and pratice lazy save/load
+ # Doing this will also make it safe from nested interrupt due to potential
+ # page fault when saving
+ # FIXME Also, generalise it to any FPU context, without constraining it to x87.
+
+ #andl $stack_alignment, %eax
+ #subl $512, %eax
+ #fxsave (%eax)