summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-11-19 20:04:11 +0000
committermarcel <marcel@FreeBSD.org>2006-11-19 20:04:11 +0000
commita8077682d09327ba1bd27f42262428f912eb8aba (patch)
tree76afde2510af61c54d0be666ef023cc33375ce3f /sys/boot/ia64
parent5a9798235e2f40dd84941fcfa4e4f7c7facd173a (diff)
downloadFreeBSD-src-a8077682d09327ba1bd27f42262428f912eb8aba.zip
FreeBSD-src-a8077682d09327ba1bd27f42262428f912eb8aba.tar.gz
Remove LDR_LOG2_PGSZ, ia64_pgtbl and ia64_pgtblsz. They are part of
a WIP and not used yet.
Diffstat (limited to 'sys/boot/ia64')
-rw-r--r--sys/boot/ia64/common/copy.c5
-rw-r--r--sys/boot/ia64/common/libia64.h3
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/boot/ia64/common/copy.c b/sys/boot/ia64/common/copy.c
index 5583b15..8d8dab6 100644
--- a/sys/boot/ia64/common/copy.c
+++ b/sys/boot/ia64/common/copy.c
@@ -32,11 +32,6 @@ __FBSDID("$FreeBSD$");
#include "libia64.h"
-#define LDR_LOG2_PGSZ 20
-
-uint64_t *ia64_pgtbl;
-uint32_t ia64_pgtblsz;
-
static void *
va2pa(vm_offset_t va, size_t *len)
{
diff --git a/sys/boot/ia64/common/libia64.h b/sys/boot/ia64/common/libia64.h
index 53de341..a196002 100644
--- a/sys/boot/ia64/common/libia64.h
+++ b/sys/boot/ia64/common/libia64.h
@@ -45,9 +45,6 @@ extern int ldr_enter(const char *);
* and shared by all loader implementations.
*/
-extern uint64_t *ia64_pgtbl;
-extern uint32_t ia64_pgtblsz;
-
extern int ia64_autoload(void);
extern ssize_t ia64_copyin(const void *, vm_offset_t, size_t);
OpenPOWER on IntegriCloud