summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-08-21 22:14:13 +0000
committerpeter <peter@FreeBSD.org>2001-08-21 22:14:13 +0000
commit8580722a5758457db95967e13acc9477c32fd86d (patch)
tree0e36f7a43935fb0decde085dcc1e508f18497854 /sys/ia64
parentaa965e824828a11117c6995b6491db12c93e1e85 (diff)
downloadFreeBSD-src-8580722a5758457db95967e13acc9477c32fd86d.zip
FreeBSD-src-8580722a5758457db95967e13acc9477c32fd86d.tar.gz
Strip out some #if's for old implementations of global data pointers.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/include/globals.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/ia64/include/globals.h b/sys/ia64/include/globals.h
index 81a4387..20ca26e 100644
--- a/sys/ia64/include/globals.h
+++ b/sys/ia64/include/globals.h
@@ -34,11 +34,7 @@
register struct globaldata *globalp __asm__("r13");
-#if 1
#define GLOBALP globalp
-#else
-#define GLOBALP ((struct globaldata *) alpha_pal_rdval())
-#endif
#define PCPU_GET(member) (GLOBALP->gd_ ## member)
#define PCPU_PTR(member) (&GLOBALP->gd_ ## member)
OpenPOWER on IntegriCloud