diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2012-08-14 12:15:47 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-08-22 14:39:24 -0500 |
| commit | 59a63d52bee3c84b60cd04c2128ca8786e7e9035 (patch) | |
| tree | 66a06d09a4e994bc49f366c9a192f182bb22616e /src/kernel/makefile | |
| parent | 45f1a20db38dc14a2afde1db1aea7c167666bf28 (diff) | |
| download | blackbird-hostboot-59a63d52bee3c84b60cd04c2128ca8786e7e9035.tar.gz blackbird-hostboot-59a63d52bee3c84b60cd04c2128ca8786e7e9035.zip | |
Ensure PHYP thread order is correct.
* Choose thread with the lowest PIR as the last to enter payload.
* Use HRMOR update process from Murano Book IV.
RTC: 43166
Change-Id: I629f4a55cba1967a13c31a16095697b7142ca407
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1529
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/kernel/makefile')
| -rw-r--r-- | src/kernel/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/makefile b/src/kernel/makefile index c23cb7fe9..b448e9d68 100644 --- a/src/kernel/makefile +++ b/src/kernel/makefile @@ -27,6 +27,7 @@ OBJS += syscall.o scheduler.o spinlock.o exception.o vmmmgr.o timemgr.o OBJS += futexmgr.o ptmgr.o segmentmgr.o devicesegment.o basesegment.o OBJS += block.o cpuid.o misc.o msghandler.o blockmsghdlr.o stacksegment.o OBJS += softpatch_p7.o barrier.o idebug.o intmsghandler.o deferred.o +OBJS += shutdown.o include ${ROOTPATH}/config.mk |

