summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-22 00:21:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-22 00:21:39 +0000
commitef798641430813065dc78f71f7829e5bfc3d256a (patch)
treebc9ef85bfb2ed29265f6cb88203302f2c95ab118 /sys/arch/hppa
parentd7ec5439f8685aa9117083c8ecb5dd53fa476d8a (diff)
minor cleanup
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/dev/mem.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/hppa/dev/mem.c b/sys/arch/hppa/dev/mem.c
index d9cb7717d77..8353270c1ea 100644
--- a/sys/arch/hppa/dev/mem.c
+++ b/sys/arch/hppa/dev/mem.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mem.c,v 1.15 2002/10/25 18:46:35 mickey Exp $ */
+/* $OpenBSD: mem.c,v 1.16 2003/01/22 00:21:38 deraadt Exp $ */
/*
* Copyright (c) 1998-2002 Michael Shalayeff
@@ -151,7 +151,7 @@ memattach(parent, self, aux)
if (ca->ca_hpa == (hppa_hpa_t)VIPER_HPA) {
sc->sc_vp = (struct vi_trs *)
- &((struct iomod *)ca->ca_hpa)->priv_trs;
+ &((struct iomod *)ca->ca_hpa)->priv_trs;
printf(" viper rev %x,", sc->sc_vp->vi_status.hw_rev);
#if 0
@@ -176,13 +176,13 @@ memattach(parent, self, aux)
sc->sc_vp = NULL;
if ((err = pdc_call((iodcio_t)pdc, 0, PDC_IODC, PDC_IODC_NINIT,
- &pdc_minit, ca->ca_hpa, PAGE0->imm_spa_size)) < 0)
+ &pdc_minit, ca->ca_hpa, PAGE0->imm_spa_size)) < 0)
pdc_minit.max_spa = PAGE0->imm_max_mem;
- printf (" size %d", pdc_minit.max_spa / (1024*1024));
+ printf("size %d", pdc_minit.max_spa / (1024*1024));
if (pdc_minit.max_spa % (1024*1024))
- printf (".%d", pdc_minit.max_spa % (1024*1024));
- printf ("MB\n");
+ printf(".%d", pdc_minit.max_spa % (1024*1024));
+ printf("MB\n");
}
void