Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31803
b: refs/heads/master
c: 2148270
h: refs/heads/master
i:
  31801: aaa3b2b
  31799: 63b299b
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jul 3, 2006
1 parent ea87b68 commit ec464d2
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 8c64580d522542e50f2ba689316128b7fbae497b
refs/heads/master: 2148270cd2ebe0d05e4289b7c77b1435c45481bf
5 changes: 5 additions & 0 deletions trunk/arch/x86_64/kernel/head64.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ void __init x86_64_start_kernel(char * real_mode_data)
asm volatile("lidt %0" :: "m" (idt_descr));
clear_bss();

/*
* This must be called really, really early:
*/
lockdep_init();

/*
* switch to init_level4_pgt from boot_level4_pgt
*/
Expand Down

0 comments on commit ec464d2

Please sign in to comment.