commit | e9a94832f3d3ce10f5ae48dd119ccb50cfb0d04e | [log] [tgz] |
---|---|---|
author | Mihai Caraman <mihai.caraman@freescale.com> | Mon Sep 01 13:17:43 2014 +0300 |
committer | Alexander Graf <agraf@suse.de> | Mon Sep 22 10:11:34 2014 +0200 |
tree | 6f9597999791836b7dce61bd0bf4202247b7b4aa | |
parent | d02d4d156e72baf9a6628c76eb53019124d3c82f [diff] |
KVM: PPC: Remove shared defines for SPE and AltiVec interrupts We currently decide at compile-time which of the SPE or AltiVec units to support exclusively. Guard kernel defines with CONFIG_SPE_POSSIBLE and CONFIG_PPC_E500MC and remove shared defines. Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>