summaryrefslogtreecommitdiff
path: root/src/pmm.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-09-25 14:53:15 -0400
committerKevin O'Connor <kevin@koconnor.net>2010-09-25 14:53:15 -0400
commit4d96edc76ba1e7556700908c10cb0e257cce5573 (patch)
treea617f3410df24b01c0bf10d12c0d076fcc85e45c /src/pmm.c
parenta899945754d20f084bb73a1cd2453f8cabfeb0e8 (diff)
downloadqemu-seabios-4d96edc76ba1e7556700908c10cb0e257cce5573.tar.gz
Cleanup - it's no longer necessary to manually reset global variables.
Now that a soft-reboot forces a hard-reboot, it is no longer necessary to manually reset global variables.
Diffstat (limited to 'src/pmm.c')
-rw-r--r--src/pmm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pmm.c b/src/pmm.c
index bb90ff0..e0770ac 100644
--- a/src/pmm.c
+++ b/src/pmm.c
@@ -193,12 +193,6 @@ malloc_setup(void)
ASSERT32FLAT();
dprintf(3, "malloc setup\n");
- ZoneLow.info = ZoneHigh.info = ZoneFSeg.info = NULL;
- ZoneTmpLow.info = ZoneTmpHigh.info = NULL;
-
- // Clear memory in 0xf0000 area.
- memset(BiosTableSpace, 0, CONFIG_MAX_BIOSTABLE);
-
// Populate temp high ram
u32 highram = 0;
int i;