diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-06 14:26:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-06 14:26:53 +0000 |
commit | c1fb72af034fd49539274309e077944b65f7c5e9 (patch) | |
tree | 09efd4b4d55f12dc9a72820a7a22f17f277bd85f /sys/arch/hppa64 | |
parent | 4fef8cb8856d9106052f768eff3a79acf2aca52c (diff) |
We do not need a char machine_arch[] constant.
ok deraadt@
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/hppa64/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/hppa64/machdep.c b/sys/arch/hppa64/hppa64/machdep.c index 4f47ca92e49..d4342b253f1 100644 --- a/sys/arch/hppa64/hppa64/machdep.c +++ b/sys/arch/hppa64/hppa64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.1 2005/04/01 10:40:47 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.2 2005/08/06 14:26:52 miod Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -123,7 +123,7 @@ struct pdc_model pdc_model PDC_ALIGNMENT; u_int cpu_ticksnum, cpu_ticksdenom; /* exported info */ -char machine[] = MACHINE_ARCH; +char machine[] = MACHINE; char cpu_model[128]; int cpu_hvers; enum hppa_cpu_type cpu_type; |