Cosmetic changes.
This commit is contained in:
parent
d3a097fd74
commit
c6b969cd89
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: locore.s,v 1.18 2000/08/30 18:41:18 tsubai Exp $ */
|
/* $NetBSD: locore.s,v 1.19 2000/08/30 19:16:15 tsubai Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1993, 1994, 1995, 1997
|
* Copyright (c) 1993, 1994, 1995, 1997
|
||||||
@ -243,9 +243,9 @@
|
|||||||
*
|
*
|
||||||
* XXX 4 == sizeof pde
|
* XXX 4 == sizeof pde
|
||||||
*/
|
*/
|
||||||
.set _C_LABEL(APTmap),(PDSLOT_APTE << PDSHIFT)
|
.set _C_LABEL(APTmap), (PDSLOT_APTE << PDSHIFT)
|
||||||
.set _C_LABEL(APTD),(_C_LABEL(APTmap) + PDSLOT_APTE * NBPG)
|
.set _C_LABEL(APTD), (_C_LABEL(APTmap) + PDSLOT_APTE * NBPG)
|
||||||
.set _C_LABEL(APTDpde),(_C_LABEL(PTD) + PDSLOT_APTE * 4)
|
.set _C_LABEL(APTDpde), (_C_LABEL(PTD) + PDSLOT_APTE * 4)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initialization
|
* Initialization
|
||||||
|
Loading…
Reference in New Issue
Block a user