From 4ec33ffc4814b03eb9f3b622fdbbffa566207c6b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 14 Mar 1998 09:10:17 +0000 Subject: [PATCH] Remove selection of instruction set here. --- sysdeps/unix/sysv/linux/alpha/ioperm.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sysdeps/unix/sysv/linux/alpha/ioperm.c b/sysdeps/unix/sysv/linux/alpha/ioperm.c index 87a8ec0510f..70186f4f775 100644 --- a/sysdeps/unix/sysv/linux/alpha/ioperm.c +++ b/sysdeps/unix/sysv/linux/alpha/ioperm.c @@ -32,12 +32,6 @@ 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 #include #include -- 2.47.2