summaryrefslogtreecommitdiff
path: root/vm
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-01-02 15:03:29 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-01-03 00:42:40 +0100
commit70833d9dc6c145e4535f94220eacfc05160bc110 (patch)
tree7a36d78a3ba16d71717d704a808e266f4f0052e3 /vm
parente1cd0a70ace0944a4916f8a152c50e366c2c6984 (diff)
vm: remove NS32000-specific padding from struct vm_page
Apparently, the NS32000 was a 32-bit CPU from the 1990ies. The string "ns32000" appears nowhere else in the source. * vm/vm_page.h (struct vm_page): Remove NS32000-specific padding.
Diffstat (limited to 'vm')
-rw-r--r--vm/vm_page.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vm/vm_page.h b/vm/vm_page.h
index 4445cb0..7392044 100644
--- a/vm/vm_page.h
+++ b/vm/vm_page.h
@@ -94,9 +94,6 @@ struct vm_page {
external:1, /* page considered external (P) */
extcounted:1, /* page counted in ext counts (P) */
:0; /* (force to 'long' boundary) */
-#ifdef ns32000
- int pad; /* extra space for ns32000 bit ops */
-#endif /* ns32000 */
unsigned int
/* boolean_t */ busy:1, /* page is in transit (O) */