about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/sysdep.h')
-rw-r--r--sysdeps/unix/sysv/linux/i386/sysdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/sysdep.h b/sysdeps/unix/sysv/linux/i386/sysdep.h
index 713bd44524..2bb82a2009 100644
--- a/sysdeps/unix/sysv/linux/i386/sysdep.h
+++ b/sysdeps/unix/sysv/linux/i386/sysdep.h
@@ -140,10 +140,10 @@ syscall_error:								      \
    %ecx and %edx when we have more than 1 and 2 registers resp.
 
    The code below might look a bit long but we have to take care for
-   the pipelined processors (i586 and up).  Here the `pushl' and `popl'
+   the pipelined processors (i586).  Here the `pushl' and `popl'
    instructions are marked as NP (not pairable) but the exception is
    two consecutive of these instruction.  This gives no penalty on
-   i386 and i486 processors though.  */
+   other processors though.  */
 
 #undef	DO_CALL
 #define DO_CALL(args, syscall_name)			      		      \