Fix a fatal typo in a Pyxis SGMAP TLB bug workaround. Noticed by

Jeff Roberson <nomad@nop.aliensystems.com>.
This commit is contained in:
thorpej 2000-01-25 03:32:36 +00:00
parent c4d8a60bac
commit 35f3518a91
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cia_dma.c,v 1.13 1998/08/14 16:50:04 thorpej Exp $ */ /* $NetBSD: cia_dma.c,v 1.14 2000/01/25 03:32:36 thorpej Exp $ */
/*- /*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -39,7 +39,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: cia_dma.c,v 1.13 1998/08/14 16:50:04 thorpej Exp $"); __KERNEL_RCSID(0, "$NetBSD: cia_dma.c,v 1.14 2000/01/25 03:32:36 thorpej Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>
@ -97,7 +97,7 @@ void (*cia_tlb_invalidate_fn) __P((void));
#define CIA_TLB_INVALIDATE() (*cia_tlb_invalidate_fn)() #define CIA_TLB_INVALIDATE() (*cia_tlb_invalidate_fn)()
struct alpha_sgmap cia_pyxis_bug_sgmap; struct alpha_sgmap cia_pyxis_bug_sgmap;
#define CIA_PYXIS_BUG_BASE (1*128*1024) #define CIA_PYXIS_BUG_BASE (128*1024*1024)
#define CIA_PYXIS_BUG_SIZE (2*1024*1024) #define CIA_PYXIS_BUG_SIZE (2*1024*1024)
void void