We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bded67f commit 8f21912Copy full SHA for 8f21912
include/linux/mmzone.h
@@ -676,7 +676,6 @@ enum zone_watermarks {
676
#define high_wmark_pages(z) (z->_watermark[WMARK_HIGH] + z->watermark_boost)
677
#define wmark_pages(z, i) (z->_watermark[i] + z->watermark_boost)
678
679
-/* Fields and list protected by pagesets local_lock in page_alloc.c */
680
struct per_cpu_pages {
681
spinlock_t lock; /* Protects lists field */
682
int count; /* number of pages in the list */
0 commit comments