diff options
Diffstat (limited to 'sys/arch/hppa/include/cpu.h')
-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)); |