Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109046
b: refs/heads/master
c: 3a6ddd5
h: refs/heads/master
v: v3
  • Loading branch information
Alok Kataria authored and Ingo Molnar committed Aug 22, 2008
1 parent b51e3be commit 4c83956
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 9482ac6e34dd1890a9a956d460a135bf992cb54a
refs/heads/master: 3a6ddd5f18405ca92e004416af8ed44b9c9783d7
16 changes: 8 additions & 8 deletions trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,14 +604,6 @@ void __init setup_arch(char **cmdline_p)
early_cpu_init();
early_ioremap_init();

#if defined(CONFIG_VMI) && defined(CONFIG_X86_32)
/*
* Must be before kernel pagetables are setup
* or fixmap area is touched.
*/
vmi_init();
#endif

ROOT_DEV = old_decode_dev(boot_params.hdr.root_dev);
screen_info = boot_params.screen_info;
edid_info = boot_params.edid_info;
Expand Down Expand Up @@ -678,6 +670,14 @@ void __init setup_arch(char **cmdline_p)

parse_early_param();

#if defined(CONFIG_VMI) && defined(CONFIG_X86_32)
/*
* Must be before kernel pagetables are setup
* or fixmap area is touched.
*/
vmi_init();
#endif

/* after early param, so could get panic from serial */
reserve_early_setup_data();

Expand Down

0 comments on commit 4c83956

Please sign in to comment.