Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: Fix wrong comment regarding first pmd entry flags

The first pmd entry is marked with PxD_FLAG_ATTACHED instead of
_PAGE_GATEWAY.

Signed-off-by: Helge Deller <deller@gmx.de>

+1 -1
+1 -1
arch/parisc/include/asm/pgalloc.h
··· 35 35 PxD_FLAG_VALID | 36 36 PxD_FLAG_ATTACHED) 37 37 + (__u32)(__pa((unsigned long)pgd) >> PxD_VALUE_SHIFT)); 38 - /* The first pmd entry also is marked with _PAGE_GATEWAY as 38 + /* The first pmd entry also is marked with PxD_FLAG_ATTACHED as 39 39 * a signal that this pmd may not be freed */ 40 40 __pgd_val_set(*pgd, PxD_FLAG_ATTACHED); 41 41 #endif