Skip to content

Conversation

Stanback
Copy link

I tried using with kernel 5.0.0 and noticed that do_gettimeofday and setup_timer are no longer available. I'm still in the process of testing but this seems to be working so far.

@Stanback Stanback force-pushed the kernel-5.x.x branch 3 times, most recently from 513f8bb to 7305859 Compare September 21, 2019 03:39
@Stanback
Copy link
Author

I was also getting a warning about atomic64_read returning a long long int, and the printf statement using a long int. This resolves the warning by changing the format strings to %lld and adding a cast to u64 (so that it works the same way across different architectures).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant