1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00

Remove CADDR1 and CMAP1. They are unused.

This commit is contained in:
Alan Cox 2004-04-03 21:38:20 +00:00
parent a0c37ec326
commit 9132f23442
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127812

View File

@ -208,8 +208,6 @@ typedef struct pv_entry {
#ifdef _KERNEL
extern caddr_t CADDR1;
extern pt_entry_t *CMAP1;
extern vm_offset_t avail_end;
extern vm_offset_t avail_start;
extern vm_offset_t phys_avail[];