aboutsummaryrefslogtreecommitdiff
path: root/src/system.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-02-18 23:36:03 -0500
committerKevin O'Connor <kevin@koconnor.net>2013-02-18 23:36:03 -0500
commit89a2f96de451d2dd4ea887b41c5425b051c93f8b (patch)
treeb89b327f7ee8d301d9ad0954e5f2520d64bd4ad7 /src/system.c
parent4195349d78a215253e4ac1a0e1395dd4c8a7318c (diff)
downloadseabios-hppa-89a2f96de451d2dd4ea887b41c5425b051c93f8b.zip
seabios-hppa-89a2f96de451d2dd4ea887b41c5425b051c93f8b.tar.gz
seabios-hppa-89a2f96de451d2dd4ea887b41c5425b051c93f8b.tar.bz2
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Convert all users of the alternative variable exports to VARFSEG. There isn't a significant distinction between the existing types of exports, so it's simpler to just use one type going forward. The new VARFSEG declaration is only emitting when in 32bit mode, so update and move some variables as needed. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/system.c')
-rw-r--r--src/system.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/system.c b/src/system.c
index 6658e22..dc1dd7d 100644
--- a/src/system.c
+++ b/src/system.c
@@ -290,10 +290,6 @@ handle_15e801(struct bregs *regs)
set_success(regs);
}
-// Info on e820 map location and size.
-struct e820entry e820_list[CONFIG_MAX_E820] VAR16VISIBLE;
-int e820_count VAR16VISIBLE;
-
static void
handle_15e820(struct bregs *regs)
{