Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/sparc64/include pull up 1.14 (approved by thor...
details: https://anonhg.NetBSD.org/src/rev/746b33c1a817
branches: netbsd-1-5
changeset: 488932:746b33c1a817
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Aug 07 00:58:10 2000 +0000
description:
pull up 1.14 (approved by thorpej):
>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 c5207a11d34c -r 746b33c1a817 sys/arch/sparc64/include/asm.h
--- a/sys/arch/sparc64/include/asm.h Mon Aug 07 00:57:26 2000 +0000
+++ b/sys/arch/sparc64/include/asm.h Mon Aug 07 00:58:10 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.9.12.2 2000/07/26 23:28:09 mycroft Exp $ */
+/* $NetBSD: asm.h,v 1.9.12.3 2000/08/07 00:58:10 mrg 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