Make this compile again: we don't need to initialize PAGE_SIZE and friends
since they are now (preprocessor) constants.
This commit is contained in:
parent
032ced3b65
commit
80f1cca44e
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: amiga_init.c,v 1.71 2000/06/29 08:44:03 mrg Exp $ */
|
||||
/* $NetBSD: amiga_init.c,v 1.72 2001/01/13 02:15:16 aymeric Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 Michael L. Hitch
|
||||
|
@ -330,13 +330,6 @@ start_c(id, fphystart, fphysize, cphysize, esym_addr, flags, inh_sync, boot_part
|
|||
RELOC(ZBUSAVAIL, u_int) += m68k_round_page(cd->size);
|
||||
}
|
||||
|
||||
/*
|
||||
* update these as soon as possible!
|
||||
*/
|
||||
RELOC(PAGE_SIZE, u_int) = NBPG;
|
||||
RELOC(PAGE_MASK, u_int) = NBPG-1;
|
||||
RELOC(PAGE_SHIFT, u_int) = PG_SHIFT;
|
||||
|
||||
/*
|
||||
* assume KVA_MIN == 0. We subtract the kernel code (and
|
||||
* the configdev's and memlists) from the virtual and
|
||||
|
|
Loading…
Reference in New Issue