Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74545
b: refs/heads/master
c: 17d57a9
h: refs/heads/master
i:
  74543: 67fc979
v: v3
  • Loading branch information
Eric W. Biederman authored and Ingo Molnar committed Dec 3, 2007
1 parent 2ee926c commit 34ee98d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 0c1b2724069951b1902373e688042b2ec382f68f
refs/heads/master: 17d57a9206b4de6ad082ac9f2d2346985abbd2aa
12 changes: 6 additions & 6 deletions trunk/arch/x86/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ default_entry:
jb 10b
movl %edi,(init_pg_tables_end - __PAGE_OFFSET)

/* Do an early initialization of the fixmap area */
movl $(swapper_pg_dir - __PAGE_OFFSET), %edx
movl $(swapper_pg_pmd - __PAGE_OFFSET), %eax
addl $0x007, %eax /* 0x007 = PRESENT+RW+USER */
movl %eax, 4092(%edx)

xorl %ebx,%ebx /* This is the boot CPU (BSP) */
jmp 3f
/*
Expand All @@ -208,12 +214,6 @@ default_entry:
.section .init.text,"ax",@progbits
#endif

/* Do an early initialization of the fixmap area */
movl $(swapper_pg_dir - __PAGE_OFFSET), %edx
movl $(swapper_pg_pmd - __PAGE_OFFSET), %eax
addl $0x007, %eax /* 0x007 = PRESENT+RW+USER */
movl %eax, 4092(%edx)

#ifdef CONFIG_SMP
ENTRY(startup_32_smp)
cld
Expand Down

0 comments on commit 34ee98d

Please sign in to comment.