Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356275
b: refs/heads/master
c: feddc9d
h: refs/heads/master
i:
  356273: bcf9de3
  356271: 55c214c
v: v3
  • Loading branch information
Fenghua Yu authored and H. Peter Anvin committed Jan 31, 2013
1 parent f16109a commit 77c87c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 63b553c68db5a8d4febcd1010b194333d2b02e1c
refs/heads/master: feddc9de8bf69415da6f96eca0219186b70d145a
6 changes: 6 additions & 0 deletions trunk/arch/x86/kernel/head64.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <asm/e820.h>
#include <asm/bios_ebda.h>
#include <asm/bootparam_utils.h>
#include <asm/microcode.h>

/*
* Manage page tables very early on.
Expand Down Expand Up @@ -170,6 +171,11 @@ void __init x86_64_start_kernel(char * real_mode_data)

copy_bootdata(__va(real_mode_data));

/*
* Load microcode early on BSP.
*/
load_ucode_bsp();

if (console_loglevel == 10)
early_printk("Kernel alive\n");

Expand Down

0 comments on commit 77c87c7

Please sign in to comment.