Re: [tip:WIP.timers/core 49/68] include/linux/sched/types.h:16:2: error: unknown type name 'u64'

From: Thomas Gleixner
Date: Mon Aug 19 2019 - 18:11:59 EST


On Mon, 19 Aug 2019, Thomas Gleixner wrote:
> On Tue, 20 Aug 2019, kbuild test robot wrote:
> >
> > All errors (new ones prefixed by >>):
> >
> > In file included from <command-line>:0:0:
>
> Huch? What kind of weird include chain is that?
>
> > >> include/linux/sched/types.h:16:2: error: unknown type name 'u64'
> > u64 utime;
> > ^~~
> > include/linux/sched/types.h:17:2: error: unknown type name 'u64'
> > u64 stime;
> > ^~~
>
> All (header) files which include that new header have u64 defined.

And building sparc64 allmodconfig does not expose this odd failure
here. The build fails for a reason related to this series, but that's not
caused by that sched/types.h header.

Thanks,

tglx