On Fri, 18 Aug 2017 19:28:34 +0200 David Hildenbrand <da...@redhat.com> wrote:
> On 18.08.2017 18:08, Thomas Huth wrote: > > On 18.08.2017 13:43, David Hildenbrand wrote: > >> s390-stattrib.c needs definition of TARGET_PAGE_SIZE, solve it via cpu.h. > > > > Why not simply #include "exec/cpu-all.h" ? If cpu.h is not really needed > > here... > > > > Thomas > > > > > > Git grep showed me that this is a very rare thing to do, so I went for > cpu.h. If you prefer cpu-all.h, I can use that. Is there any target that does not include cpu-all.h in its cpu.h? We probably can remove all includes of cpu-all.h in .c files, as all of them include cpu.h as well...