diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-11 21:21:56 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-11 21:21:56 +0000 |
commit | d223c3135bf0c501de5716dc83596ce0cfe2a058 (patch) | |
tree | a8d8f8d2ec1e3fd4bb94bf8e7639406a53d7fcda /sys/arch/hppa/include | |
parent | ecac9b24605f17fa52755f0bb150f00876afd478 (diff) |
kvtop no more
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index b823093bbd4..688c898011f 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.25 2002/02/11 19:42:11 mickey Exp $ */ +/* $OpenBSD: cpu.h,v 1.26 2002/02/11 21:21:55 mickey Exp $ */ /* * Copyright (c) 2000-2001 Michael Shalayeff @@ -125,14 +125,6 @@ extern int want_resched; #define DELAY(x) delay(x) -static __inline long -kvtop (const caddr_t va) -{ - long ret; - __asm __volatile ("lpa %%r0(%1), %0" : "=r" (ret) : "r" (va)); - return ret; -} - extern int (*cpu_desidhash) __P((void)); void delay __P((u_int us)); |