summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-06-09 05:01:24 +0000
committerobrien <obrien@FreeBSD.org>2001-06-09 05:01:24 +0000
commit35e12ff56effebf3bb98cc0dca562a50a91eeaba (patch)
tree09da54faf40ba112c3d006b2455e6a1dcf57ddd0 /sys
parent0a67a9b12cd19077a925d198eaa53db861683fd5 (diff)
downloadFreeBSD-src-35e12ff56effebf3bb98cc0dca562a50a91eeaba.zip
FreeBSD-src-35e12ff56effebf3bb98cc0dca562a50a91eeaba.tar.gz
Style fix FreeBSD ID, and change continuation style slightly.
Diffstat (limited to 'sys')
-rw-r--r--sys/powerpc/include/asm.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h
index 14d2596..951891d 100644
--- a/sys/powerpc/include/asm.h
+++ b/sys/powerpc/include/asm.h
@@ -1,5 +1,3 @@
-/* $FreeBSD$ */
-
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
* Copyright (C) 1995, 1996 TooLs GmbH.
@@ -31,6 +29,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $NetBSD: asm.h,v 1.6.18.1 2000/07/25 08:37:14 kleink Exp $
+ * $FreeBSD$
*/
#ifndef _MACHINE_ASM_H_
@@ -79,8 +78,8 @@
#define RCSID(x) .text; .asciz x
#ifdef __ELF__
-#define WEAK_ALIAS(alias,sym) \
- .weak alias; \
+#define WEAK_ALIAS(alias,sym) \
+ .weak alias; \
alias = sym
#endif
OpenPOWER on IntegriCloud