summaryrefslogtreecommitdiff
path: root/arch/x86/machine
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-01-16 01:19:39 +0100
committerRichard Braun <rbraun@sceen.net>2018-01-16 01:19:39 +0100
commit884e2de718cc47bb9e5200d866f41c88e74ba3c0 (patch)
tree2ce6135ec2c48872a34dbf133a3f16ea8a6159ed /arch/x86/machine
parent1aa9bbc070f95949419818682d4fcd628b2c3cf0 (diff)
kern/percpu: improve initop descriptions and fix dependencies
Diffstat (limited to 'arch/x86/machine')
-rw-r--r--arch/x86/machine/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/machine/cpu.h b/arch/x86/machine/cpu.h
index c471112..b9f8c0d 100644
--- a/arch/x86/machine/cpu.h
+++ b/arch/x86/machine/cpu.h
@@ -693,6 +693,7 @@ INIT_OP_DECLARE(cpu_setup);
/*
* This init operation provides :
* - cpu_count()
+ * - access to percpu variables on all processors
*/
INIT_OP_DECLARE(cpu_mp_probe);