commit | 7da3ca6f2b06050c9c7a55f89d2de2d142356929 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 19 21:32:27 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jan 24 12:07:18 2016 +0800 |
tree | c942eb4f11d008a6e64ee026aac1dba9e8453db7 | |
parent | 754f55e4b04e5048f4e886bf78ca2ea01df2fa67 [diff] |
dm: x86: Add a common PIRQ init function Most x86 interrupt drivers will want to use the standard PIRQ routing and table setup. Put this code in a common function so it can be used by those drivers that want it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>