Remove LDR_LOG2_PGSZ, ia64_pgtbl and ia64_pgtblsz. They are part of

a WIP and not used yet.
This commit is contained in:
Marcel Moolenaar 2006-11-19 20:04:11 +00:00
parent 8ef03c79e1
commit 56d881b917
2 changed files with 0 additions and 8 deletions

View File

@ -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)
{

View File

@ -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);