summaryrefslogtreecommitdiff
path: root/Release_Notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Release_Notes.txt')
-rw-r--r--Release_Notes.txt15
1 files changed, 4 insertions, 11 deletions
diff --git a/Release_Notes.txt b/Release_Notes.txt
index 5e87ac9..cca1528 100644
--- a/Release_Notes.txt
+++ b/Release_Notes.txt
@@ -129,17 +129,10 @@ Release notes
e. New features
1. It is possible to hotplug a cpu using the mechanisms provided
- by the Linux 3.x cpu hotplug implementation e.g.
-
- To offline cpu1:
- echo 0 > /sys/devices/system/cpu/cpu1/online
-
- To bring cpu1 online:
- echo 1 > /sys/devices/system/cpu/cpu1/online
-
- This feature is supported only when the Virtualizer software
- has been built to support synchronous switching. It is not
- possible to hotplug cpu0.
+ by the Linux 3.x cpu hotplug implementation. Please refer to
+ "docs/07-Linux-cpu-hotplug-howto.txt" for details regarding
+ how the Virtualizer software and Linux should be configured
+ to support cpu hotplug.
2. Context of the registers specified by the v7.1 Debug architecture
is saved and restored during a cluster context switch operation.