fix cpu architecture.

This commit is contained in:
glass 1994-07-05 21:25:07 +00:00
parent 668c4747b3
commit c06d6459bb
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 8.3 (Berkeley) 1/12/94
* $Id: machdep.c,v 1.11 1994/07/05 04:24:14 glass Exp $
* $Id: machdep.c,v 1.12 1994/07/05 21:25:07 glass Exp $
*/
/* from: Utah Hdr: machdep.c 1.63 91/04/24 */
@ -130,7 +130,7 @@ static u_int tc_slot_phys_base [TC_MAX_SLOTS] = {
};
/* the following is used externally (sysctl_hw) */
char machine[] = "DEC"; /* cpu "architecture" */
char machine[] = "pmax"; /* cpu "architecture" */
char cpu_model[30];
vm_map_t buffer_map;