summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-06-18 20:25:56 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-06-18 20:25:56 +0000
commitf0b7317625d2cde975b8675a357c9d963d776d54 (patch)
treee5124ffa9df11463a2c712b8b262e5ef1141ce15 /sys/arch/sgi
parent3353991148f65e2444aeb369599434bf7529f775 (diff)
Use a shorter form to load XKPHYS constants in .S code, shaves a few text
bytes, no functional change.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r--sys/arch/sgi/sgi/genassym.cf6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/sgi/genassym.cf b/sys/arch/sgi/sgi/genassym.cf
index 33162afe5b6..a57571199d8 100644
--- a/sys/arch/sgi/sgi/genassym.cf
+++ b/sys/arch/sgi/sgi/genassym.cf
@@ -1,4 +1,4 @@
-# $OpenBSD: genassym.cf,v 1.8 2007/05/27 09:23:06 miod Exp $
+# $OpenBSD: genassym.cf,v 1.9 2007/06/18 20:25:55 miod Exp $
#
# Copyright (c) 1997 Per Fogelstrom / Opsycon AB
#
@@ -65,5 +65,5 @@ export SIGFPE
export PMAP_SEGTABSIZE
-define XKPHYS_NC PHYS_TO_XKPHYS(0, CCA_NC)
-define XKPHYS_NONCOHERENT PHYS_TO_XKPHYS(0, CCA_NONCOHERENT)
+export CCA_NC
+export CCA_NONCOHERENT