s/hp300_btop/m68k_btop/
This commit is contained in:
parent
fb53429628
commit
6a57e397b7
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mem.c,v 1.16 1997/04/01 03:12:25 scottr Exp $ */
|
||||
/* $NetBSD: mem.c,v 1.17 1997/06/10 18:51:31 veego Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -228,5 +228,5 @@ mmmmap(dev, off, prot)
|
|||
*/
|
||||
if ((unsigned)off < lowram || (unsigned)off >= 0xFFFFFFFC)
|
||||
return (-1);
|
||||
return (hp300_btop(off));
|
||||
return (m68k_btop(off));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue