From 05b5faec8871cf2f250983ebfcfe81a4e459212d Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 9 Jan 2005 06:58:52 +0000 Subject: typo --- sys/arch/hppa/include/bus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hppa/include/bus.h') diff --git a/sys/arch/hppa/include/bus.h b/sys/arch/hppa/include/bus.h index 7738a3654b4..1f7da0e0745 100644 --- a/sys/arch/hppa/include/bus.h +++ b/sys/arch/hppa/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.23 2004/04/07 18:24:19 mickey Exp $ */ +/* $OpenBSD: bus.h,v 1.24 2005/01/09 06:58:51 mickey Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -177,7 +177,7 @@ extern const struct hppa_bus_space_tag hppa_bustag; #define bus_space_subregion(t,h,o,c,hp) \ (((t)->hbt_subregion)((t)->hbt_cookie,(h),(o),(c),(hp))) #define bus_space_alloc(t,b,e,c,al,bn,ca,ap,hp) \ - (((t)->hbt_alloc)((t)->hbt_alloc,(b),(e),(c),(al),(bn),(ca),(ap),(hp))) + (((t)->hbt_alloc)((t)->hbt_cookie,(b),(e),(c),(al),(bn),(ca),(ap),(hp))) #define bus_space_free(t,h,c) \ (((t)->hbt_free)((t)->hbt_cookie,(h),(c))) -- cgit v1.2.3