summaryrefslogtreecommitdiffstats
path: root/src/build/citest/etc/patches/patchlist.txt
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2012-08-20 12:02:55 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-09-06 08:30:05 -0500
commit4af5b97526d99ecb9e232b1933c804858a298876 (patch)
tree2156b6d6c8e4961acf5cb6e4c662add8af8c8f29 /src/build/citest/etc/patches/patchlist.txt
parent8fc9c877be31195fcd7ca4f9c28c78acf61b0937 (diff)
downloadtalos-hostboot-4af5b97526d99ecb9e232b1933c804858a298876.tar.gz
talos-hostboot-4af5b97526d99ecb9e232b1933c804858a298876.zip
Nap instruction sometimes executed with wrong permissions.
When executing the nap instruction, all thread state can be lost. This was causing r0 to be lost, which contained the system-call number for the idle thread to request permission to execute nap and as a result 'task-yield' was executed instead of 'cpu-nap' after the idle thread took its first nap. Re-arranged the sreset code that handles nap-wakeup to deal with thread-state being lost when entering nap and instead using the previously saved task-state from the 'cpu-nap' system call. Change-Id: Id7468a8577c4d7b273b23bc97e7dd040555e7b67 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1567 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/citest/etc/patches/patchlist.txt')
-rw-r--r--src/build/citest/etc/patches/patchlist.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build/citest/etc/patches/patchlist.txt b/src/build/citest/etc/patches/patchlist.txt
index 4cdb8d248..b16f1ec2f 100644
--- a/src/build/citest/etc/patches/patchlist.txt
+++ b/src/build/citest/etc/patches/patchlist.txt
@@ -5,8 +5,8 @@ Brief description of the problem or reason for patch
-Files: list of files
-Coreq: list of associated changes, e.g. workarounds.presimsetup
-New actions for master-winkle wakeup
+New actions for real proc_thread_control
-RTC: Task 43959 will remove the patches
--CMVC: D846452 is integrating the changes
--Files: p8_inst.act
+-CMVC: D851143 is integrating the changes
+-Files: p8_inst.act.patch
-Coreq: there are related changes in workarounds.postsimsetup
OpenPOWER on IntegriCloud