Module Name: src
Committed By: maxv
Date: Fri Mar 16 12:21:50 UTC 2018
Modified Files:
src/sys/arch/amd64/include: cpu.h
Log Message:
Remove the prototypes for cpu_uarea_*, I removed these functions two
minutes ago.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/amd64/include/cpu.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/include/cpu.h
diff -u src/sys/arch/amd64/include/cpu.h:1.61 src/sys/arch/amd64/include/cpu.h:1.62
--- src/sys/arch/amd64/include/cpu.h:1.61 Sun Sep 17 09:41:35 2017
+++ src/sys/arch/amd64/include/cpu.h Fri Mar 16 12:21:50 2018
@@ -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 @@ cpu_set_curpri(int pri)
#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__ */