]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove selection of instruction set here.
authorUlrich Drepper <drepper@redhat.com>
Sat, 14 Mar 1998 09:10:17 +0000 (09:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 14 Mar 1998 09:10:17 +0000 (09:10 +0000)
sysdeps/unix/sysv/linux/alpha/ioperm.c

index 87a8ec0510f578e00e220cd1f446b4bf1d51edef..70186f4f77534c902afe12b5d9e810e137a557cc 100644 (file)
    sparse address space would work (e.g., the Low Cost Alpha chip has an
    I/O address space that's 512MB large!).  */
 
-/* The TSUNAMI support below requires the use of real BWX insns.
-   Tell the assembler that such are available.  This requires
-   binutils 2.8.1.18 or later.  */
-
-asm(".arch ev6");
-
 #include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>