Skip to content

Commit

Permalink
x86: move init_memory_mapping() to common mm/init.c, build fix on 32-…
Browse files Browse the repository at this point in the history
…bit PAE

Impact: build fix

Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <1236257708-27269-14-git-send-email-penberg@cs.helsinki.fi>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Mar 5, 2009
1 parent 4fcb208 commit 62436fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/x86/include/asm/pgtable_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 62436fe

Please sign in to comment.