diff options
Diffstat (limited to 'include/sys/vmsystm.h')
-rw-r--r-- | include/sys/vmsystm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/vmsystm.h b/include/sys/vmsystm.h index 75ae8a991..c75d447d9 100644 --- a/include/sys/vmsystm.h +++ b/include/sys/vmsystm.h @@ -40,7 +40,6 @@ * memory state and not as direct evidence that page reclaimation * is or is not currently in progress. */ -#define ptob(pages) (pages * PAGE_SIZE) #define membar_producer() smp_wmb() #define physmem num_physpages |