Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/include Pull in <machine/frame.h> to define...
details: https://anonhg.NetBSD.org/src/rev/188ad3d60876
branches: trunk
changeset: 495584:188ad3d60876
user: eeh <eeh%NetBSD.org@localhost>
date: Tue Aug 01 00:25:02 2000 +0000
description:
Pull in <machine/frame.h> to define BIAS and CC64FSZ.
diffstat:
sys/arch/sparc64/include/asm.h | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r e53549682edd -r 188ad3d60876 sys/arch/sparc64/include/asm.h
--- a/sys/arch/sparc64/include/asm.h Tue Aug 01 00:22:41 2000 +0000
+++ b/sys/arch/sparc64/include/asm.h Tue Aug 01 00:25:02 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.13 2000/07/23 06:57:55 eeh Exp $ */
+/* $NetBSD: asm.h,v 1.14 2000/08/01 00:25:02 eeh Exp $ */
/*
* Copyright (c) 1994 Allen Briggs
@@ -55,6 +55,12 @@
#endif
#endif
+/* Pull in CCFSZ, CC64FSZ, and BIAS from frame.h */
+#ifndef _LOCORE
+#define _LOCORE
+#endif
+#include <machine/frame.h>
+
#ifdef __ELF__
#define _C_LABEL(name) name
#else
Home |
Main Index |
Thread Index |
Old Index