Redundant cli ?? [arch/i386/boot/compressed/head.S]

From: Romit Dasgupta (romit@myrealbox.com)
Date: Sun Jul 20 2003 - 11:38:19 EST


Hi,
     Looks like cli is done two times in arch/i386/boot/compressed/head.S.

The first occurence is in line number 33 just 2 lines after startup_32.
The second one is at line 103, just after the move_routine is moved to
its rightful place and before transferring control to it. This looks
like a redundant cli. The only place EFLAGS is directly touched is in
line 53 (popfl) but that still has no effect on interrupt flag.

Please correct me if I am wrong, else the second cli may be removed.

Regards,
-Romit

-
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/



This archive was generated by hypermail 2b29 : Wed Jul 23 2003 - 22:00:40 EST