Loading arch/x86/include/asm/pgtable_types.h +1 −0 Original line number Diff line number Diff line Loading @@ -273,6 +273,7 @@ typedef struct page *pgtable_t; extern pteval_t __supported_pte_mask; extern int nx_enabled; extern void set_nx(void); #define pgprot_writecombine pgprot_writecombine extern pgprot_t pgprot_writecombine(pgprot_t prot); Loading arch/x86/mm/init_32.c +1 −1 Original line number Diff line number Diff line Loading @@ -605,7 +605,7 @@ static int __init noexec_setup(char *str) } early_param("noexec", noexec_setup); static void __init set_nx(void) void __init set_nx(void) { unsigned int v[4], l, h; Loading Loading
arch/x86/include/asm/pgtable_types.h +1 −0 Original line number Diff line number Diff line Loading @@ -273,6 +273,7 @@ typedef struct page *pgtable_t; extern pteval_t __supported_pte_mask; extern int nx_enabled; extern void set_nx(void); #define pgprot_writecombine pgprot_writecombine extern pgprot_t pgprot_writecombine(pgprot_t prot); Loading
arch/x86/mm/init_32.c +1 −1 Original line number Diff line number Diff line Loading @@ -605,7 +605,7 @@ static int __init noexec_setup(char *str) } early_param("noexec", noexec_setup); static void __init set_nx(void) void __init set_nx(void) { unsigned int v[4], l, h; Loading