bits 32

;
; This migration stub directly lowers the IRQL for the current
; processor by adjusting the Irql attribute of the KPCR structure.  This
; stub will lower the IRQL to PASSIVE_LEVEL.
;

entry:
	xor  eax, eax
	mov  [fs:eax+0x24], eax
