summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/conf
diff options
context:
space:
mode:
authorkalai <none@none>2005-10-04 10:09:58 -0700
committerkalai <none@none>2005-10-04 10:09:58 -0700
commitc2e7b48d563d0e56b74d853118918af352e75cbb (patch)
tree97f69ed7da60cef3fbe28cbd08089af102f8749e /usr/src/uts/common/conf
parentbdcaf82257ab2deb6b46efaaa4bc93a1a44b3885 (diff)
downloadillumos-joyent-c2e7b48d563d0e56b74d853118918af352e75cbb.tar.gz
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
Diffstat (limited to 'usr/src/uts/common/conf')
-rw-r--r--usr/src/uts/common/conf/param.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr/src/uts/common/conf/param.c b/usr/src/uts/common/conf/param.c
index 266426f1d6..9abf7b0f8a 100644
--- a/usr/src/uts/common/conf/param.c
+++ b/usr/src/uts/common/conf/param.c
@@ -109,9 +109,7 @@ const unsigned long _mmu_pagemask = (unsigned long)MMU_PAGEMASK;
uintptr_t _kernelbase = (uintptr_t)KERNELBASE;
uintptr_t _userlimit = (uintptr_t)USERLIMIT;
uintptr_t _userlimit32 = (uintptr_t)USERLIMIT32;
-#if !defined(__ia64)
const uintptr_t _argsbase = (uintptr_t)ARGSBASE;
-#endif
const unsigned int _diskrpm = (unsigned int)DISKRPM;
const unsigned long _pgthresh = (unsigned long)PGTHRESH;
const unsigned int _maxslp = (unsigned int)MAXSLP;
@@ -498,17 +496,6 @@ char architecture_32[] = "i386";
char hw_serial[11] = "0";
char hw_provider[SYS_NMLN] = "";
-#elif defined(__ia64)
-
-/*
- * On ia64 machines, read hw_serial, hw_provider and srpc_domain from
- * /etc/bootrc at boot time.
- */
-char architecture[] = "ia64";
-char architecture_32[] = "i386";
-char hw_serial[11] = "0";
-char hw_provider[SYS_NMLN] = "";
-
#elif defined(__amd64)
/*