summaryrefslogtreecommitdiff
path: root/arch/x86/machine
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-02-21 21:46:46 +0100
committerRichard Braun <rbraun@sceen.net>2018-02-21 21:46:46 +0100
commitec8ebd469dd020474b0a9f4eb319b8af49eda7ad (patch)
tree1bf3ead0ac08278bba54d42758f16f234cdf8d9a /arch/x86/machine
parenta71d1c596da77146ddf8d54e9632d123b5cc8568 (diff)
x86/pmap: add TODO entry
Diffstat (limited to 'arch/x86/machine')
-rw-r--r--arch/x86/machine/pmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/machine/pmap.c b/arch/x86/machine/pmap.c
index 5ed0502..2b4c23c 100644
--- a/arch/x86/machine/pmap.c
+++ b/arch/x86/machine/pmap.c
@@ -1546,6 +1546,7 @@ pmap_update(struct pmap *pmap)
spinlock_unlock(&queue->lock);
}
+ /* TODO Improve scalability */
cpumap_for_each(&oplist->cpumap, cpu) {
request = &array->requests[cpu];