diff options
author | Steven Royer <seroyer@us.ibm.com> | 2011-03-29 17:09:18 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-05-26 13:52:02 -0500 |
commit | 329be941b1056a3b2e68fcfdf1bc4a9cd5335c84 (patch) | |
tree | 6c0173933da926b93eb155113403cb4c574a13ed /src | |
parent | 03b794b6382e29441fca1107fd6dfa75ad5c61f1 (diff) | |
download | blackbird-hostboot-329be941b1056a3b2e68fcfdf1bc4a9cd5335c84.tar.gz blackbird-hostboot-329be941b1056a3b2e68fcfdf1bc4a9cd5335c84.zip |
Added HID0 back to ppcconsts.S
Change-Id: I5f0f1bc52294e4dc4ece8af7b765dd8de453bdae
Reviewed-on: http://gfwr801.rchland.ibm.com:8080/gerrit/104
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/include/kernel/ppcconsts.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/kernel/ppcconsts.S b/src/include/kernel/ppcconsts.S index e8d66ddc8..ae972f269 100644 --- a/src/include/kernel/ppcconsts.S +++ b/src/include/kernel/ppcconsts.S @@ -102,6 +102,7 @@ .set HDEC,310 .set HSRR0,314 .set HSRR1,315 + .set HID0,1008 .set PIR, 1023 #*--------------------------------------------------------------------*# |