Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62382
b: refs/heads/master
c: d5321ab
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Linus Torvalds committed Jul 22, 2007
1 parent 670c14f commit cf3bda0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 09488165d5cc795a90b789c5657b1cbd279beb16
refs/heads/master: d5321abe6abd16e1749ccd89636415d39611e138
7 changes: 4 additions & 3 deletions trunk/arch/i386/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@ void zap_low_mappings (void)
flush_tlb_all();
}

int nx_enabled = 0;

#ifdef CONFIG_X86_PAE

static int disable_nx __initdata = 0;
u64 __supported_pte_mask __read_mostly = ~_PAGE_NX;
EXPORT_SYMBOL_GPL(__supported_pte_mask);
Expand Down Expand Up @@ -500,9 +504,6 @@ static int __init noexec_setup(char *str)
}
early_param("noexec", noexec_setup);

int nx_enabled = 0;
#ifdef CONFIG_X86_PAE

static void __init set_nx(void)
{
unsigned int v[4], l, h;
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-i386/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
extern int nx_enabled;

#ifdef CONFIG_X86_PAE
extern unsigned long long __supported_pte_mask;
typedef struct { unsigned long pte_low, pte_high; } pte_t;
typedef struct { unsigned long long pmd; } pmd_t;
typedef struct { unsigned long long pgd; } pgd_t;
Expand Down

0 comments on commit cf3bda0

Please sign in to comment.