Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88693
b: refs/heads/master
c: 2fde61f
h: refs/heads/master
i:
  88691: 7028b90
v: v3
  • Loading branch information
Alexander van Heukelum authored and Ingo Molnar committed Apr 17, 2008
1 parent 9016fa7 commit 8654937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 0d7a1819e97ef89be5bcbb4b724acb9f6c873c97
refs/heads/master: 2fde61fdb00c2337efc56cfbb05bde8a42864e65
7 changes: 2 additions & 5 deletions trunk/arch/x86/kernel/setup_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
#include <setup_arch.h>
#include <bios_ebda.h>
#include <asm/cacheflush.h>
#include <asm/processor.h>

/* This value is set up by the early boot code to point to the value
immediately after the boot time page tables. It contains a *physical*
Expand Down Expand Up @@ -408,12 +409,8 @@ static void __init reserve_ebda_region(void)
/* that area is absent. We'll just have to assume */
/* that the paravirt case can handle memory setup */
/* correctly, without our help. */
#ifdef CONFIG_PARAVIRT
if ((boot_params.hdr.version >= 0x207) &&
(boot_params.hdr.hardware_subarch != 0)) {
if (paravirt_enabled())
return;
}
#endif

/* end of low (conventional) memory */
lowmem = *(unsigned short *)__va(BIOS_LOWMEM_KILOBYTES);
Expand Down

0 comments on commit 8654937

Please sign in to comment.