Make this compile
This commit is contained in:
parent
c0cd9d1765
commit
3d4f3981f0
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: p_dti_tyne.c,v 1.6 2003/08/07 16:26:48 agc Exp $ */
|
||||
/* $NetBSD: p_dti_tyne.c,v 1.7 2005/01/15 13:05:45 skrll Exp $ */
|
||||
/* $OpenBSD: machdep.c,v 1.36 1999/05/22 21:22:19 weingart Exp $ */
|
||||
|
||||
/*
|
||||
@ -76,7 +76,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: p_dti_tyne.c,v 1.6 2003/08/07 16:26:48 agc Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: p_dti_tyne.c,v 1.7 2005/01/15 13:05:45 skrll Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -247,7 +247,7 @@ u_int32_t
|
||||
btl_dti_tyne_phystokv(p)
|
||||
u_int32_t p;
|
||||
{
|
||||
return ((v & 0x7fffff) | TYNE_V_BOUNCE);
|
||||
return ((p & 0x7fffff) | TYNE_V_BOUNCE);
|
||||
}
|
||||
#endif /* NBTL > 0 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user