summaryrefslogtreecommitdiff
path: root/kern/percpu.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-08-06 11:45:48 +0200
committerRichard Braun <rbraun@sceen.net>2017-08-06 11:45:48 +0200
commitf780ce9bcec081b9327820d44412c07bf967095c (patch)
treea8115c2154bede760658d52f6ede78ad6c9bbb45 /kern/percpu.h
parentcd89c58afd1917348157d5fceaa3657765c61ac3 (diff)
Fix dependencies on percpu_setup
Diffstat (limited to 'kern/percpu.h')
-rw-r--r--kern/percpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kern/percpu.h b/kern/percpu.h
index 879767ff..385930a1 100644
--- a/kern/percpu.h
+++ b/kern/percpu.h
@@ -112,8 +112,7 @@ INIT_OP_DECLARE(percpu_bootstrap);
/*
* This init operation provides :
- * - percpu section is copied to a kernel buffer subsequently used as
- * the template for future percpu areas
+ * - new percpu areas can be created
*/
INIT_OP_DECLARE(percpu_setup);