On Thu, 2005-08-11 at 13:46 -0400, linux-os (Dick Johnson) wrote: > > I was talking about the one who had the glibc support to use > the newer system-call entry (who's name can confuse). > > You are looking at code that uses int 0x80. It's an interrupt, > therefore, in the kernel, once the stack is set up, interrupts > need to be (re)enabled. int is a call to either an interrupt or exception procedure. 0x80 is setup in Linux to be a trap and not an interrupt vector. So it does _not_ turn off interrupts. I'm looking at the sysenter code which is suppose to be the fast entry into the system, and it looks like it is suppose to call the sysenter_entry when used. I'm trying to write something to test this out, since I still have the ud2 op in my sysentry code. So if I do get this to work, I can cause a bug. -- Steve - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: Need help in understanding x86 syscall
- From: Zwane Mwaikambo <[email protected]>
- Re: Need help in understanding x86 syscall
- From: "linux-os \(Dick Johnson\)" <[email protected]>
- Re: Need help in understanding x86 syscall
- References:
- Re: Need help in understanding x86 syscall
- From: Bodo Eggert <[email protected]>
- Re: Need help in understanding x86 syscall
- From: "linux-os \(Dick Johnson\)" <[email protected]>
- Re: Need help in understanding x86 syscall
- From: Steven Rostedt <[email protected]>
- Re: Need help in understanding x86 syscall
- From: Coywolf Qi Hunt <[email protected]>
- Re: Need help in understanding x86 syscall
- From: "linux-os \(Dick Johnson\)" <[email protected]>
- Re: Need help in understanding x86 syscall
- From: Steven Rostedt <[email protected]>
- Re: Need help in understanding x86 syscall
- From: Steven Rostedt <[email protected]>
- Re: Need help in understanding x86 syscall
- From: Coywolf Qi Hunt <[email protected]>
- Re: Need help in understanding x86 syscall
- From: Coywolf Qi Hunt <[email protected]>
- Re: Need help in understanding x86 syscall
- From: "linux-os \(Dick Johnson\)" <[email protected]>
- Re: Need help in understanding x86 syscall
- From: Steven Rostedt <[email protected]>
- Re: Need help in understanding x86 syscall
- From: "linux-os \(Dick Johnson\)" <[email protected]>
- Re: Need help in understanding x86 syscall
- Prev by Date: Re: [RFC,PATCH] Use RCU to protect tasklist for unicast signals
- Next by Date: Re: Partitioning problems on x86_64 (fwd)
- Previous by thread: Re: Need help in understanding x86 syscall
- Next by thread: Re: Need help in understanding x86 syscall
- Index(es):