Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern/arch/hppa Fix build.



details:   https://anonhg.NetBSD.org/src/rev/cb48d5392ff1
branches:  trunk
changeset: 761331:cb48d5392ff1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 24 15:01:30 2011 +0000

description:
Fix build.

diffstat:

 sys/lib/libkern/arch/hppa/bcopy.S |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 85388bbb93c3 -r cb48d5392ff1 sys/lib/libkern/arch/hppa/bcopy.S
--- a/sys/lib/libkern/arch/hppa/bcopy.S Mon Jan 24 10:22:15 2011 +0000
+++ b/sys/lib/libkern/arch/hppa/bcopy.S Mon Jan 24 15:01:30 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bcopy.S,v 1.12 2011/01/22 10:58:44 skrll Exp $ */
+/*     $NetBSD: bcopy.S,v 1.13 2011/01/24 15:01:30 skrll Exp $ */
 
 /*
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -33,8 +33,6 @@
  * Copy routines for NetBSD/hppa.
  */
 
-#include "opt_multiprocessor.h"
-
 #undef _LOCORE
 #define _LOCORE        /* XXX fredette - unfortunate */
 
@@ -44,7 +42,7 @@
 #include <machine/reg.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-RCSID("$NetBSD: bcopy.S,v 1.12 2011/01/22 10:58:44 skrll Exp $")
+RCSID("$NetBSD: bcopy.S,v 1.13 2011/01/24 15:01:30 skrll Exp $")
 #endif /* LIBC_SCCS and not lint */
 
 /*
@@ -487,6 +485,9 @@
 #endif
 
 #if defined(SPCOPY) && !defined(_STANDALONE)
+
+#include "opt_multiprocessor.h"
+
 #include <sys/errno.h>
 #include "assym.h"
 



Home | Main Index | Thread Index | Old Index