|
@@ -196,7 +196,7 @@ default_entry:
|
|
|
/* 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 */
|
|
|
+ addl $0x67, %eax /* 0x67 == _PAGE_TABLE */
|
|
|
movl %eax, 4092(%edx)
|
|
|
|
|
|
xorl %ebx,%ebx /* This is the boot CPU (BSP) */
|