summaryrefslogtreecommitdiffstats
path: root/tapset/context.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/context.stp')
-rw-r--r--tapset/context.stp10
1 files changed, 1 insertions, 9 deletions
diff --git a/tapset/context.stp b/tapset/context.stp
index ff8db87b..24cfb819 100644
--- a/tapset/context.stp
+++ b/tapset/context.stp
@@ -168,14 +168,7 @@ function euid:long () %{ /* pure */
THIS->__retvalue = current->euid;
%}
-///<formalpara id="cpuid">
-/// <title>cpuid:long()</title>
-/// <indexterm><primary>cpuid</primary></indexterm>
-/// <para>
-/// Return the current cpu number.
-/// </para>
-///</formalpara>
-// FIXME is cpuid() or cpu() depricated?
+// cpuid() is not documented
function cpuid:long () %{ /* pure */
THIS->__retvalue = smp_processor_id();
%}
@@ -187,7 +180,6 @@ function cpuid:long () %{ /* pure */
/// Return the current cpu number.
/// </para>
///</formalpara>
-// FIXME is cpuid() or cpu() depricated?
function cpu:long () %{ /* pure */
THIS->__retvalue = smp_processor_id();
%}