summaryrefslogtreecommitdiffstats
path: root/sys/vm/swap_pager.h
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>2002-03-10 21:52:48 +0000
committereivind <eivind@FreeBSD.org>2002-03-10 21:52:48 +0000
commit0799ec54b17250c98026f90199f5baedd6b2f059 (patch)
tree04ac1a4dc72dcc8cc27d9fc6a8db45c2ac58d464 /sys/vm/swap_pager.h
parent50558d3ff6041cd51346a332bab715d69e7a1f97 (diff)
downloadFreeBSD-src-0799ec54b17250c98026f90199f5baedd6b2f059.zip
FreeBSD-src-0799ec54b17250c98026f90199f5baedd6b2f059.tar.gz
- Remove a number of extra newlines that do not belong here according to
style(9) - Minor space adjustment in cases where we have "( ", " )", if(), return(), while(), for(), etc. - Add /* SYMBOL */ after a few #endifs. Reviewed by: alc
Diffstat (limited to 'sys/vm/swap_pager.h')
-rw-r--r--sys/vm/swap_pager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h
index b0fbe3a..c71eb98 100644
--- a/sys/vm/swap_pager.h
+++ b/sys/vm/swap_pager.h
@@ -66,9 +66,7 @@
*
* Overall memory utilization is about the same as the old swap structure.
*/
-
#define SWCORRECT(n) (sizeof(void *) * (n) / sizeof(daddr_t))
-
#define SWAP_META_PAGES (SWB_NPAGES * 2)
#define SWAP_META_MASK (SWAP_META_PAGES - 1)
@@ -106,6 +104,5 @@ void swap_pager_page_removed __P((vm_page_t, vm_object_t));
struct buf;
void swstrategy __P((struct buf *bp)); /* probably needs to move elsewhere */
-#endif
-
+#endif /* _KERNEL */
#endif /* _SWAP_PAGER_ */
OpenPOWER on IntegriCloud