diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-07-23 23:30:57 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-07-23 23:30:57 +0000 |
commit | 2175e616a90f6781fc8b17494d831f891f51c5db (patch) | |
tree | 082b4aaddee49dafadba62d0ff00ba2a550c7b5e /sys/arch/mac68k/include/cpu.h | |
parent | 4041cf6723a54af880e906c5bb0cfcdd3de539bc (diff) |
vm_offset_t -> vaddr_t
Diffstat (limited to 'sys/arch/mac68k/include/cpu.h')
-rw-r--r-- | sys/arch/mac68k/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index 3c5255ac236..314d2466c5f 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.31 2005/07/18 16:58:48 martin Exp $ */ +/* $OpenBSD: cpu.h,v 1.32 2005/07/23 23:30:55 martin Exp $ */ /* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */ /* @@ -310,7 +310,7 @@ void PCIA(void); void TBIA(void); void TBIAS(void); void TBIAU(void); -void TBIS(vm_offset_t); +void TBIS(vaddr_t); #if defined(M68040) void DCFA(void); void DCFP(paddr_t); |