linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Redundant cli ?? [arch/i386/boot/compressed/head.S]
@ 2003-07-20 16:38 Romit Dasgupta
  0 siblings, 0 replies; only message in thread
From: Romit Dasgupta @ 2003-07-20 16:38 UTC (permalink / raw)
  To: Riley, Dave Jones; +Cc: linux-kernel

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-20 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-20 16:38 Redundant cli ?? [arch/i386/boot/compressed/head.S] Romit Dasgupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).