Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89061
b: refs/heads/master
c: 366932d
h: refs/heads/master
i:
  89059: d77166b
v: v3
  • Loading branch information
gorcunov@gmail.com authored and Ingo Molnar committed Apr 17, 2008
1 parent 0f5c392 commit 89e3b71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: fd3af53122e616c0ddba44a3da6d1c1877f72d29
refs/heads/master: 366932deb335f0b84a08463c5c912bd42ac3397a
5 changes: 3 additions & 2 deletions trunk/arch/x86/kernel/relocate_kernel_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
#include <asm/page.h>
#include <asm/kexec.h>
#include <asm/processor-flags.h>
#include <asm/pgtable.h>

/*
* Must be relocatable PIC code callable as a C function
*/

#define PTR(x) (x << 2)
#define PAGE_ATTR 0x63 /* _PAGE_PRESENT|_PAGE_RW|_PAGE_ACCESSED|_PAGE_DIRTY */
#define PAE_PGD_ATTR 0x01 /* _PAGE_PRESENT */
#define PAGE_ATTR (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)
#define PAE_PGD_ATTR (_PAGE_PRESENT)

.text
.align PAGE_SIZE
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/relocate_kernel_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
#include <asm/page.h>
#include <asm/kexec.h>
#include <asm/processor-flags.h>
#include <asm/pgtable.h>

/*
* Must be relocatable PIC code callable as a C function
*/

#define PTR(x) (x << 3)
#define PAGE_ATTR 0x63 /* _PAGE_PRESENT|_PAGE_RW|_PAGE_ACCESSED|_PAGE_DIRTY */
#define PAGE_ATTR (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)

.text
.align PAGE_SIZE
Expand Down

0 comments on commit 89e3b71

Please sign in to comment.