Module Name: src Committed By: skrll Date: Mon Jan 24 15:01:30 UTC 2011
Modified Files: src/sys/lib/libkern/arch/hppa: bcopy.S Log Message: Fix build. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/lib/libkern/arch/hppa/bcopy.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/lib/libkern/arch/hppa/bcopy.S diff -u src/sys/lib/libkern/arch/hppa/bcopy.S:1.12 src/sys/lib/libkern/arch/hppa/bcopy.S:1.13 --- src/sys/lib/libkern/arch/hppa/bcopy.S:1.12 Sat Jan 22 10:58:44 2011 +++ src/sys/lib/libkern/arch/hppa/bcopy.S Mon Jan 24 15:01:30 2011 @@ -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"