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 Include <machine/frame.h> to get th...



details:   https://anonhg.NetBSD.org/src/rev/60c96eb1e93f
branches:  trunk
changeset: 495148:60c96eb1e93f
user:      eeh <eeh%NetBSD.org@localhost>
date:      Sun Jul 23 06:57:55 2000 +0000

description:
Include <machine/frame.h> to get the definition of BIAS and CC64FSZ.

diffstat:

 sys/arch/sparc64/include/asm.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r e41294e676e5 -r 60c96eb1e93f sys/arch/sparc64/include/asm.h
--- a/sys/arch/sparc64/include/asm.h    Sun Jul 23 06:15:33 2000 +0000
+++ b/sys/arch/sparc64/include/asm.h    Sun Jul 23 06:57:55 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asm.h,v 1.12 2000/07/18 22:38:11 eeh Exp $ */
+/*     $NetBSD: asm.h,v 1.13 2000/07/23 06:57:55 eeh Exp $ */
 
 /*
  * Copyright (c) 1994 Allen Briggs
@@ -44,6 +44,11 @@
 #ifndef _ASM_H_
 #define _ASM_H_
 
+#ifndef _LOCORE
+#define _LOCORE
+#endif
+#include <machine/frame.h>
+
 #ifdef __arch64__
 #ifndef __ELF__
 #define __ELF__



Home | Main Index | Thread Index | Old Index