arch: Stop including unnecessary FP headers.
authorGabe Black <gabe.black@gmail.com>
Sat, 13 Feb 2021 00:56:55 +0000 (16:56 -0800)
committerGabe Black <gabe.black@gmail.com>
Sat, 13 Feb 2021 08:45:56 +0000 (08:45 +0000)
commit13cda5a73442565abb3222d3197faa790ce7e016
treef3e00091b355254648b698e13db8c552ed47d95e
parent9c4809b9abf2b504ee5cf68c037e8b7ccad39771
arch: Stop including unnecessary FP headers.

Nothing is used from them. They're probably there as copy/paste from
other ISAs, or old code that's been replaced. This also gets rid of some
 #if guarded includes which is a nice cleanup.

Change-Id: Icd84300fb7531ec203ce4acbdae1d311e56cc873
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/41353
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/mips/isa/includes.isa
src/arch/power/isa/includes.isa
src/arch/x86/isa/includes.isa