Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138681
b: refs/heads/master
c: 62436fe
h: refs/heads/master
i:
  138679: f7c50e7
v: v3
  • Loading branch information
Ingo Molnar committed Mar 5, 2009
1 parent d8d077b commit 3fde0f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4fcb208391be5cf82c6fe2779c5eb9245ac97e91
refs/heads/master: 62436fe9ee10f5e0dd087b106d69d93c9549935a
1 change: 1 addition & 0 deletions trunk/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 trunk/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 3fde0f0

Please sign in to comment.