Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/include Remove the prototypes for cpu_uarea_*...



details:   https://anonhg.NetBSD.org/src/rev/4639bf3181f0
branches:  trunk
changeset: 831211:4639bf3181f0
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Mar 16 12:21:50 2018 +0000

description:
Remove the prototypes for cpu_uarea_*, I removed these functions two
minutes ago.

diffstat:

 sys/arch/amd64/include/cpu.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 3f174601a141 -r 4639bf3181f0 sys/arch/amd64/include/cpu.h
--- a/sys/arch/amd64/include/cpu.h      Fri Mar 16 12:19:35 2018 +0000
+++ b/sys/arch/amd64/include/cpu.h      Fri Mar 16 12:21:50 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.61 2017/09/17 09:41:35 maxv Exp $    */
+/*     $NetBSD: cpu.h,v 1.62 2018/03/16 12:21:50 maxv Exp $    */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -88,9 +88,6 @@
 #define CLKF_INTR(frame)       (curcpu()->ci_idepth > 0)
 #define LWP_PC(l)              ((l)->l_md.md_regs->tf_rip)
 
-void   *cpu_uarea_alloc(bool);
-bool   cpu_uarea_free(void *);
-
 #endif /* _KERNEL */
 
 #else  /*      __x86_64__      */



Home | Main Index | Thread Index | Old Index