summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/pmap.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-05 05:18:35 +0000
committerobrien <obrien@FreeBSD.org>2001-09-05 05:18:35 +0000
commit0e8186d4dc6ef54b4f3afecfa66902f98286bc1b (patch)
tree717f17ced3407005a03300c6cd21757613273ed0 /sys/sparc64/include/pmap.h
parent05e12989aeefdd5855e6b054a2438e3edd097146 (diff)
downloadFreeBSD-src-0e8186d4dc6ef54b4f3afecfa66902f98286bc1b.zip
FreeBSD-src-0e8186d4dc6ef54b4f3afecfa66902f98286bc1b.tar.gz
style(9) the structure definitions.
Diffstat (limited to 'sys/sparc64/include/pmap.h')
-rw-r--r--sys/sparc64/include/pmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h
index 246f4f6..6f12ab5 100644
--- a/sys/sparc64/include/pmap.h
+++ b/sys/sparc64/include/pmap.h
@@ -51,10 +51,10 @@
typedef struct pmap *pmap_t;
-struct md_page {
+struct md_page {
};
-struct pmap {
+struct pmap {
struct stte pm_stte;
vm_object_t pm_object;
u_int pm_active;
OpenPOWER on IntegriCloud