Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109878
b: refs/heads/master
c: 0ad5bce
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Sep 12, 2008
1 parent f3adc52 commit b66ff98
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f461a1d80c865e5ec4d24107adbab8b010b60e32
refs/heads/master: 0ad5bce7409d681a5655c66e64bb0eb740b89c1f
5 changes: 4 additions & 1 deletion trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,10 @@ void __init setup_arch(char **cmdline_p)

parse_early_param();

#ifdef CONFIG_X86_64
check_efer();
#endif

#if defined(CONFIG_VMI) && defined(CONFIG_X86_32)
/*
* Must be before kernel pagetables are setup
Expand Down Expand Up @@ -738,7 +742,6 @@ void __init setup_arch(char **cmdline_p)
#else
num_physpages = max_pfn;

check_efer();

/* How many end-of-memory variables you have, grandma! */
/* need this before calling reserve_initrd */
Expand Down

0 comments on commit b66ff98

Please sign in to comment.