From c2e7b48d563d0e56b74d853118918af352e75cbb Mon Sep 17 00:00:00 2001 From: kalai Date: Tue, 4 Oct 2005 10:09:58 -0700 Subject: 6174746 Need to remove remaining references to __ia64 --HG-- rename : usr/src/uts/common/sys/elf_ia64.h => deleted_files/usr/src/uts/common/sys/elf_ia64.h --- usr/src/uts/common/os/sysent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/uts/common/os/sysent.c') diff --git a/usr/src/uts/common/os/sysent.c b/usr/src/uts/common/os/sysent.c index f2d0444965..fff7f4cc74 100644 --- a/usr/src/uts/common/os/sysent.c +++ b/usr/src/uts/common/os/sysent.c @@ -21,7 +21,7 @@ */ /* ONC_PLUS EXTRACT START */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -381,7 +381,7 @@ typedef int64_t (*llfcn_t)(); /* for casting one-word returns */ #define IF_i386(true, false) false #endif -#if defined(__i386) || defined(__ia64) || defined(__amd64) +#if defined(__i386) || defined(__amd64) #define IF_x86(true, false) true #else #define IF_x86(true, false) false -- cgit v1.2.3