aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/sched.c
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2012-01-31 11:35:07 +0000
committerOlaf Hering <olaf@aepfle.de>2012-01-31 11:35:07 +0000
commit5028e9bb656906ec217d6729f784424a06f37e6d (patch)
tree03ea4c2b1a4a016ff525e7ff5430e668318ee442 /extras/mini-os/sched.c
parent05693908d1bb548cc090fe45cff939bb47d49783 (diff)
downloadxen-5028e9bb656906ec217d6729f784424a06f37e6d.tar.gz
xen-5028e9bb656906ec217d6729f784424a06f37e6d.tar.bz2
xen-5028e9bb656906ec217d6729f784424a06f37e6d.zip
tools/libxc: remove volatile keyword for bitmap operations
All bitmaps maintained by xc_bitops.h are used in single threaded applications. So nothing will change the bitmaps content, adding volatile adds just unneeded memory reloads. xenpaging uses bitmaps alot and using non-volatile versions will slightly improve performance. Signed-off-by: Olaf Hering <olaf@aepfle.de> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'extras/mini-os/sched.c')
0 files changed, 0 insertions, 0 deletions