Opened 15 years ago
Last modified 8 years ago
#5202 assigned enhancement
implement the optimized syscall instructions for AMD CPUs
Reported by: | mmadia | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Mentioned in this mailing list thread,
> >PS: In case someone is looking for a (small) challenge: We still don't use > >the optimized syscall instructions for AMD CPUs. > > AMDs can't use sysenter/sysexit? At least older models don't support those. No idea whether they've added it in newer ones. Though I suspect they wouldn't have done that, since they have their own instructions (syscall/sysret), which are quite similar. You should find a "initial_commpage_syscall():..." line in the syslog, telling you what mechanism the kernel has decided to use.
Change History (2)
comment:1 by , 15 years ago
Priority: | normal → low |
---|---|
Version: | R1/alpha1 → R1/Development |
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Apparently newer AMD CPUs support the Intel mechanism (and vice versa BTW), so this concerns only a few CPUs at all.