summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/cpufunc.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-23 15:09:35 +0000
committerbde <bde@FreeBSD.org>2002-03-23 15:09:35 +0000
commit73b1dab77a4d931f024d01229678336cbd024102 (patch)
treec1cc0350acebebc161f3b0201113f782e7d02c7a /sys/amd64/include/cpufunc.h
parent7a023186fd7705511c7d08fb4a16b1867f259deb (diff)
downloadFreeBSD-src-73b1dab77a4d931f024d01229678336cbd024102.zip
FreeBSD-src-73b1dab77a4d931f024d01229678336cbd024102.tar.gz
Fixed some style bugs in the removal of __P(()). The main ones were
not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
Diffstat (limited to 'sys/amd64/include/cpufunc.h')
-rw-r--r--sys/amd64/include/cpufunc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h
index 6bc01fa..ed1da94 100644
--- a/sys/amd64/include/cpufunc.h
+++ b/sys/amd64/include/cpufunc.h
@@ -236,8 +236,8 @@ invd(void)
* (this is a bug) and the inlining cost is prohibitive since the call
* executes into the IPI transmission system.
*/
-void invlpg (u_int addr);
-void invltlb (void);
+void invlpg(u_int addr);
+void invltlb(void);
static __inline void
cpu_invlpg(void *addr)
OpenPOWER on IntegriCloud