Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.

This commit is contained in:
Stephen McKay 1998-06-21 14:08:27 +00:00
parent abc97a0611
commit 3006f10bdb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37091
2 changed files with 2 additions and 6 deletions

View file

@ -42,7 +42,7 @@
*
* from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
* from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
* $Id: pmap.h,v 1.54 1997/11/20 19:30:35 bde Exp $
* $Id: pmap.h,v 1.55 1998/05/11 01:05:59 dyson Exp $
*/
#ifndef _MACHINE_PMAP_H_
@ -241,8 +241,6 @@ struct {
u_int64_t base, mask;
} PPro_vmtrr[NPPROVMTRR];
/* Bitmap of all available CPUs */
extern caddr_t CADDR1;
extern pt_entry_t *CMAP1;
extern vm_offset_t avail_end;

View file

@ -42,7 +42,7 @@
*
* from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
* from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
* $Id: pmap.h,v 1.54 1997/11/20 19:30:35 bde Exp $
* $Id: pmap.h,v 1.55 1998/05/11 01:05:59 dyson Exp $
*/
#ifndef _MACHINE_PMAP_H_
@ -241,8 +241,6 @@ struct {
u_int64_t base, mask;
} PPro_vmtrr[NPPROVMTRR];
/* Bitmap of all available CPUs */
extern caddr_t CADDR1;
extern pt_entry_t *CMAP1;
extern vm_offset_t avail_end;